search for in the all php.net sites this mirror only function list online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list
view this page in
(PHP 4 >= 4.1.0, PHP 5)
pcntl_wexitstatus — 返回一个中断的子进程的返回代码
$status
返回一个中断的子进程的返回代码。这个函数仅在函数pcntl_wifexited()返回 TRUE.时有效。
TRUE
status
参数 status 是提供给成功调用 pcntl_waitpid() 时的状态参数。
返回整形的子进程返回代码。