PHP 8.3.4 Released!

pcntl_strerror

(PHP 5 >= 5.3.4, PHP 7, PHP 8)

pcntl_strerrorRetrieve the system error message associated with the given errno

说明

pcntl_strerror(int $error_code): string

警告

本函数还未编写文档,仅有参数列表。

参数

error_code

返回值

Returns error description.

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top