Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16170 программистов и 1779 роботов. Сейчас ищут 1804 программиста ...
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 Функции