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

search for in the

pcntl_wifstopped> <pcntl_wifexited
[edit] Last updated: Fri, 25 May 2012

view this page in

pcntl_wifsignaled

(PHP 4 >= 4.1.0, PHP 5)

pcntl_wifsignaled检查子进程状态码是否代表由于某个信号而中断

说明

bool pcntl_wifsignaled ( int $status )

检查子进程是否是由于某个未捕获的信号退出的。

参数

status

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

返回值

如果子进程是由于某个未捕获的信号退出的返回 TRUE ,其他情况返回 FALSE

参见



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

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