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

search for in the

pcntl_wstopsig> <pcntl_wifsignaled
Last updated: Fri, 30 Jan 2009

view this page in

pcntl_wifstopped

(PHP 4 >= 4.1.0, PHP 5)

pcntl_wifstopped子プロセスが現在停止しているかどうかを調べる

説明

bool pcntl_wifstopped ( int $status )

リターンを生じた子プロセスが現在停止しているかどうかを調べます。 この関数は、pcntl_waitpid() のコールが オプション WUNTRACED を用いている場合のみ使用可能です。

パラメータ

status

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

返り値

リターンを生じた子プロセスが現在停止している場合に TRUE、 それ以外の場合に FALSE を返します。

参考

  • pcntl_waitpid() - 待つかフォークした子プロセスのステータスを返す



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

pcntl_wstopsig> <pcntl_wifsignaled
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites