php man page for pcntl_wifstopped

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 stopped

SYNOPSIS
bool pcntl_wifstopped (int $status)
DESCRIPTION
Checks 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.
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 which caused the return is currently stopped, FALSE otherwise.
SEE ALSO
pcntl_waitpid(3). PHP Documentation Group PCNTL_WIFSTOPPED(3)
Related Man Pages
wait(2) - ultrix
wait.h(3head) - sunos
pcntl_wait(3) - php
wait.h(3head) - x11r4
wait.h(3head) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
Denial Of Service Attack Update