pcntl_strerror
(PHP 5 >= 5.3.4, PHP 7, PHP 8)
pcntl_strerror — Retrieve the system error message associated with the given errno
說明
pcntl_strerror(int
$error_code
): string
警告
本函式還未編寫文件,僅有參數列表。
參數
-
error_code
-
返回值
Returns error description.
參見
- pcntl_get_last_error() - Retrieve the error number set by the last pcntl function which failed