php8.5
Home/ Manual/ pcntl / functions/ pcntl_wifcontinued

pcntl_wifcontinued

PHP function Edit on GitHub ✎

(PHP 7, PHP 8)

Checks whether the child process has continued from a job control stop

Description

pcntl_wifcontinued(int $status): bool

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

status

Status

Return Values

Returns true if the child process which caused the return of pcntl_waitpid() has continued from a job control stop, false otherwise.

See Also

Source: reference/pcntl/functions/pcntl-wifcontinued.xml · from the official PHP manual (php/doc-en)