Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 137305 программистов и 1142 робота. Сейчас ищут 699 программистов ...
pcntl_wifexited - Checks if status code represents a normal exit
Вернуться к: PCNTL Функции
pcntl_wifexited
(PHP 4 >= 4.1.0, PHP 5, PHP 7)
pcntl_wifexited — Checks 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_waitpid() - Waits on or returns the status of a forked child
- pcntl_wexitstatus() - Returns the return code of a terminated child
Вернуться к: PCNTL Функции