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

search for in the

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

view this page in

pcntl_wexitstatus

(PHP 4 >= 4.1.0, PHP 5)

pcntl_wexitstatus返回一个中断的子进程的返回代码

说明

int pcntl_wexitstatus ( int $status )

返回一个中断的子进程的返回代码。这个函数仅在函数pcntl_wifexited()返回 TRUE.时有效。

参数

status

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

返回值

返回整形的子进程返回代码。

参见



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

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