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

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

error_code

返回值

Returns error description.

參見