Query: pcntl_wtermsig
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCNTL_WTERMSIG(3) 1 PCNTL_WTERMSIG(3) pcntl_wtermsig - Returns the signal which caused the child to terminateSYNOPSISint pcntl_wtermsig (int $status)DESCRIPTIONReturns the number of the signal that caused the child process to terminate. This function is only useful if pcntl_wifsignaled(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, as an integer.SEE ALSOpcntl_waitpid(3), pcntl_signal(3), pcntl_wifsignaled(3). PHP Documentation Group PCNTL_WTERMSIG(3)
Related Man Pages |
---|
wait(3c) - sunos |
wait(2) - v7 |
waitpid(2) - ultrix |
pcntl_waitpid(3) - php |
pcntl_wait(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
User Guide: Posting in the Emergency Forum |
UNIX.COM 2017 Year End Summary |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |