Query: event_base_loopexit
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EVENT_BASE_LOOPEXIT(3) 1 EVENT_BASE_LOOPEXIT(3) event_base_loopexit - Exit loop after a timeSYNOPSISbool event_base_loopexit (resource $event_base, [int $timeout = -1])DESCRIPTIONThe next event loop iteration after the given timer expires will complete normally, then exit without blocking for events again.PARAMETERSo $event_base - Valid event base resource. o $timeout - Optional timeout parameter (in microseconds).RETURN VALUESevent_base_loopexit(3) returns TRUE on success or FALSE on error. PHP Documentation Group EVENT_BASE_LOOPEXIT(3)