pcntl_wifcontinued
(PHP 7, PHP 8)
Checks whether the child process has continued from a job control stop
Description
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.
Parameters
statusStatus
Return Values
Returns true if the child process which caused the return of pcntl_waitpid() has continued from a job control stop, false otherwise.