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

search for in the

pcntl_wifsignaled> <pcntl_wexitstatus
Last updated: Fri, 03 Oct 2008

view this page in

pcntl_wifexited

(PHP 4 >= 4.0.7, PHP 5)

pcntl_wifexitedステータスコードが正常終了を表しているかどうかを調べる

説明

bool pcntl_wifexited ( int $status )

ステータスコードが正常終了を表しているかどうかを調べます。

パラメータ

status

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

返り値

子プロセスのステータスコードが終了に成功した場合に TRUE、 それ以外の場合に FALSE を返します。



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

pcntl_wifsignaled> <pcntl_wexitstatus
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites