Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 174694 программиста и 1834 робота. Сейчас ищут 854 программиста ...
event_base_loopexit - Exit loop after a time
Вернуться к: Libevent Функции
event_base_loopexit
(PECL libevent >= 0.0.1)
event_base_loopexit — Exit loop after a time
Описание
bool event_base_loopexit
( resource
$event_base
[, int $timeout = -1
] )The next event loop iteration after the given timer expires will complete normally, then exit without blocking for events again.
Список параметров
-
event_base -
Valid event base resource.
-
timeout -
Optional timeout parameter (in microseconds).
Возвращаемые значения
event_base_loopexit() returns TRUE on success or FALSE on error.
Вернуться к: Libevent Функции