pcntl_wifexited

 bool pcntl_wifexited ( int $status ) 

説明

Checks whether the child status code represents a normal exit.

戻り値

Returns TRUE if the child status code represents a normal exit, FALSE otherwise.