PHP pcntl_get_last_error 进程控制函数
-
定义和用法
pcntl_get_last_error - 检索失败的最后一个pcntl函数设置的错误号 -
版本支持
PHP4 PHP5 PHP7 不支持 支持 支持 -
语法
pcntl_get_last_error( void )
pcntl_get_last_error() 检索失败的最后一个pcntl函数设置的错误号。 -
参数
参数 必需的 描述 无 -
返回值
返回错误代码。 -
相关页面
pcntl_strerror() - 检索与给定errno相关的系统错误消息