pcntl_wifsignaled

Example

 bool pcntl_wifsignaled ( int $status ) 

Description

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

Return Values

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