Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 27122 программиста и 2837 роботов. Сейчас ищет 721 программист ...
Event::pending - Detects whether event is pending or scheduled
Вернуться к: Event
Event::pending
(PECL event >= 1.2.6-beta)
Event::pending — Detects whether event is pending or scheduled
Описание
public
bool
Event::pending
(
int
$flags
)Detects whether event is pending or scheduled
Список параметров
-
flags -
One of, or a composition of the following constants:
Event::READ,Event::WRITE,Event::TIMEOUT,Event::SIGNAL.
Возвращаемые значения
Returns TRUE if event is pending or scheduled. Otherwise FALSE.
Вернуться к: Event