pcntl_strerror

(PHP 5 >= 5.3.4)

pcntl_strerrorRetrieve the system error message associated with the given errno

說明

string pcntl_strerror ( int $errno )

Warning

此函式目前沒有參考文件;只有引數列表。

參數

errno

回傳值

Returns error description on success 或者在失敗時回傳 FALSE.

參見

add a note add a note

User Contributed Notes

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