pcntl_wifexited

Example

 bool pcntl_wifexited ( int $status ) 

Description

Checks whether the child status code represents a normal exit.

Return Values

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