downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

pcntl_wifsignaled> <pcntl_wexitstatus
[edit] Last updated: Fri, 25 May 2012

view this page in

pcntl_wifexited

(PHP 4 >= 4.1.0, PHP 5)

pcntl_wifexited检查状态代码是否代表一个正常的退出。

说明

bool pcntl_wifexited ( int $status )

检查子进程状态代码是否代表正常退出。

参数

status

参数 status 是提供给成功调用 pcntl_waitpid() 时的状态参数。

返回值

当子进程状态代码代表正常退出时返回 TRUE ,其他情况返回 FALSE

参见



add a note add a note User Contributed Notes pcntl_wifexited
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites