pcntl_wifstopped(3) php man page | unix.com

Man Page: pcntl_wifstopped

Operating Environment: php

Section: 3

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.h(3head) - sunos
pcntl_waitpid(3) - php
wait.h(3head) - centos
proc_get_status(3) - php
wait.h(3head) - plan9
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!