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

search for in the

POSIX> <pcntl_wstopsig
[edit] Last updated: Fri, 25 May 2012

view this page in

pcntl_wtermsig

(PHP 4 >= 4.1.0, PHP 5)

pcntl_wtermsig返回导致子进程中断的信号

说明

int pcntl_wtermsig ( int $status )

返回导致子进程中断的信号编号。这个函数仅在pcntl_wifsignaled() 返回 TRUE 时有效。

参数

status

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

返回值

返回整型的信号编号。

参见



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

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