Query: pcntl_wifstopped
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCNTL_WIFSTOPPED(3) 1 PCNTL_WIFSTOPPED(3) pcntl_wifstopped - Checks whether the child process is currently stoppedSYNOPSISbool pcntl_wifstopped (int $status)DESCRIPTIONChecks whether the child process which caused the return is currently stopped; this is only possible if the call to pcntl_waitpid(3) was done using the option WUNTRACED.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 which caused the return is currently stopped, FALSE otherwise.SEE ALSOpcntl_waitpid(3). PHP Documentation Group PCNTL_WIFSTOPPED(3)
Related Man Pages |
---|
waitpid(2) - ultrix |
wait(3head) - sunos |
pcntl_waitpid(3) - php |
wait.h(3head) - x11r4 |
wait.h(3head) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |
Please Welcome Don Cragun as Lead Moderator |
Denial Of Service Attack Update |