Query: pcntl_wstopsig
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCNTL_WSTOPSIG(3) 1 PCNTL_WSTOPSIG(3) pcntl_wstopsig - Returns the signal which caused the child to stopSYNOPSISint pcntl_wstopsig (int $status)DESCRIPTIONReturns the number of the signal which caused the child to stop. This function is only useful if pcntl_wifstopped(3) returned TRUE.PARAMETERSo $status -The $status parameter is the status parameter supplied to a successful call to pcntl_waitpid(3).RETURN VALUESReturns the signal number.SEE ALSOpcntl_waitpid(3), pcntl_wifstopped(3). PHP Documentation Group PCNTL_WSTOPSIG(3)
Related Man Pages |
---|
wait(3head) - sunos |
pcntl_waitpid(3) - php |
wait.h(3head) - plan9 |
wait.h(3head) - minix |
wait.h(3head) - opendarwin |