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
Last updated: Fri, 13 Nov 2009

view this page in

pcntl_wifsignaled

(PHP 4 >= 4.1.0, PHP 5)

pcntl_wifsignaledステータスコードがシグナルによる終了を表しているかどうかを調べる

説明

bool pcntl_wifsignaled ( int $status )

子プロセスが終了した原因が、 シグナルが捕捉されなかったことであるかどうかを調べます。 caught.

パラメータ

status

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

返り値

捕捉されなかったシグナルのせいで子プロセスが終了した場合に TRUE、 それ以外の場合に FALSE を返します。

参考

  • pcntl_waitpid() - 待つかフォークした子プロセスのステータスを返す
  • pcntl_signal() - シグナルハンドラを設定する



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

pcntl_wifstopped> <pcntl_wifexited
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites