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

search for in the

pcntl_wtermsig> <pcntl_wifstopped
Last updated: Fri, 05 Sep 2008

view this page in

pcntl_wstopsig

(PHP 4 >= 4.0.7, PHP 5)

pcntl_wstopsig子プロセスを停止させたシグナルを返す

説明

int pcntl_wstopsig ( int $status )

子プロセスを停止させたシグナル番号を返します。この関数は、 pcntl_wifstopped()TRUE を返す場合のみ有用です。

パラメータ

status

パラメータ status は、 pcntl_waitpid() が正常にコールされた際に得られます。

返り値

シグナル番号を返します。



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

pcntl_wtermsig> <pcntl_wifstopped
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites