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.