Query: pcntl_wifsignaled
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCNTL_WIFSIGNALED(3) 1 PCNTL_WIFSIGNALED(3) pcntl_wifsignaled - Checks whether the status code represents a termination due to a signalSYNOPSISbool pcntl_wifsignaled (int $status)DESCRIPTIONChecks whether the child process exited because of a signal which was not caught.PARAMETERSo $status -The $status parameter is the status parameter supplied to a successful call to pcntl_waitpid(3).RETURN VALUESReturns TRUE if the child process exited because of a signal which was not caught, FALSE otherwise.SEE ALSOpcntl_waitpid(3), pcntl_signal(3). PHP Documentation Group PCNTL_WIFSIGNALED(3)
Related Man Pages |
---|
wait4(2) - bsd |
wait(2) - opendarwin |
wait3(2) - opendarwin |
waitpid(2) - opendarwin |
pcntl_wait(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
Rules for Homework & Coursework Questions Forum |
UNIX.COM 2017 Year End Summary |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |