← All docs

pcntl_wifcontinued()

Reports whether a child wait status represents continued execution.

pcntl_wifcontinued()

function pcntl_wifcontinued(int $status): bool

Reports whether a child wait status represents continued execution.

Parameters:

  • $status (int)

Returns: bool

Availability

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how pcntl_wifcontinued is implemented in the compiler, see the internals page.