PHP » GoLang |
login |
register |
about
|
pcntl_waitpid(PHP 4 >= 4.1.0, PHP 5, PHP 7) pcntl_waitpid — Waits on or returns the status of a forked child Description
int pcntl_waitpid
( int
$pid
, int &$status
[, int $options = 0
[, array &$rusage
]] )
Suspends execution of the current process until a child as specified by
the
If a child as requested by Parameters
Return Values
pcntl_waitpid() returns the process ID of the
child which exited, -1 on error or zero if See Also
|
more
Recently updated
more
Most requested
more
Last requests
|