← All docs

pcntl_wifstopped()

Reports whether a child wait status represents a stopped process.

pcntl_wifstopped()

function pcntl_wifstopped(int $status): bool

Reports whether a child wait status represents a stopped process.

Parameters:

  • $status (int)

Returns: bool

Availability

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

Internals

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