(PHP 7, PHP 8)
pcntl_wifcontinued — Checks whether the child process has continued from a job control stop
Checks whether the child process which caused the return of
pcntl_waitpid() has continued from a job control stop.
This function is only useful if the call to
pcntl_waitpid() was done using the
WCONTINUED option.
status参数
status 是提供给成功调用 pcntl_waitpid()
时的状态参数。
Returns true if the child process which caused the return of
pcntl_waitpid() has continued from a job control stop,
false otherwise.