PCNTL Функции
PHP Manual

pcntl_wifexited

(PHP 4 >= 4.1.0, PHP 5)

pcntl_wifexitedChecks if status code represents a normal exit

Описание

bool pcntl_wifexited ( int $status )

Checks whether the child status code represents a normal exit.

Параметри

status

Параметърът status е статус параметъра, който е наличен при успешно извикване на pcntl_waitpid().

Връщани стойности

Returns TRUE if the child status code represents a normal exit, FALSE otherwise.

Вж. също


PCNTL Функции
PHP Manual