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

search for in the

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

view this page in

pcntl_wstopsig

(PHP 4 >= 4.1.0, PHP 5)

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

説明

int pcntl_wstopsig ( int $status )

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

パラメータ

status

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

返り値

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

参考

  • pcntl_waitpid() - 待つかフォークした子プロセスのステータスを返す
  • pcntl_wifstopped() - 子プロセスが現在停止しているかどうかを調べる



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

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