PHP.nl

pcntl_wifstopped

pcntl_wifstopped

Checks whether the child process is currently stopped

bool **pcntl_wifstopped** int $status

Checks whether the child process which caused the return is currently stopped; this is only possible if the call to was done using the option . pcntl_waitpid``WUNTRACED

status

Returns true if the child process which caused the return is currently stopped, false otherwise.

pcntl_waitpid