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

search for in the

POSIX> <PCNTL 関数
Last updated: Fri, 22 Aug 2008

view this page in

pcntl_wtermsig

(PHP 4 >= 4.0.7, 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.

POSIX> <PCNTL 関数
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites