pcntl_wifsignaled(3) php man page | unix.com

Man Page: pcntl_wifsignaled

Operating Environment: php

Section: 3

PCNTL_WIFSIGNALED(3)							 1						      PCNTL_WIFSIGNALED(3)

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

SYNOPSIS
bool pcntl_wifsignaled (int $status)
DESCRIPTION
Checks whether the child process exited because of a signal which was not caught.
PARAMETERS
o $status -The $status parameter is the status parameter supplied to a successful call to pcntl_waitpid(3).
RETURN VALUES
Returns TRUE if the child process exited because of a signal which was not caught, FALSE otherwise.
SEE ALSO
pcntl_waitpid(3), pcntl_signal(3). PHP Documentation Group PCNTL_WIFSIGNALED(3)
Related Man Pages
wait4(2) - redhat
wait(2) - bsd
waitpid(2) - bsd
wait(2) - minix
waitpid(2) - opendarwin
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun