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

search for in the

pcntl_wifexited> <pcntl_waitpid
Last updated: Fri, 18 Jul 2008

view this page in

pcntl_wexitstatus

(PHP 4 >= 4.0.7, PHP 5)

pcntl_wexitstatus — 終了した子プロセスのリターンコードを返す

説明

int pcntl_wexitstatus ( int $status )

終了した子プロセスのリターンコードを返します。この関数は、 pcntl_wifexited()TRUE を返す場合のみ 有用です。

パラメータ

status

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

返り値

リターンコードを表す整数値を返します。



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

pcntl_wifexited> <pcntl_waitpid
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites