pcntl_get_last_error

(PHP 5 >= 5.3.4)

pcntl_get_last_errorRetrieve the error number set by the last pcntl function which failed

說明

int pcntl_get_last_error ( void )

Warning

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

參數

此函式沒有參數。

回傳值

Returns error code.

參見

  • pcntl_strerror() - Retrieve the system error message associated with the given errno
add a note add a note

User Contributed Notes

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