(PECL event >= 1.2.6-beta)
Event::pending — Detects whether event is pending or scheduled
public Event::pending ( int $flags ) : bool
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
.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/event.pending.php