pcntl_wifsignaled

(PHP 4 >= 4.1.0, PHP 5)

pcntl_wifsignaled -- Checks wether the status code represents a termination due to a signal

Descrição

bool pcntl_wifsignaled ( int status )

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

Parâmetros

status

O parâmetro status é o parâmetro de status fornecido por uma chamada concluída a pcntl_waitpid().

Valores de retornado

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

Veja também

pcntl_waitpid()
pcntl_signal()