pcntl_wifsignaled

 bool pcntl_wifsignaled ( int $status ) 

説明

Checks whether the child process exited because of a signal which was not caught.

戻り値

Returns TRUE if the child process exited because of a signal which was not caught, FALSE otherwise.