The timeout (if >= 0) is in microseconds.
event_base_loopexit
(PECL libevent >= 0.0.1)
event_base_loopexit — Exit loop after a time
Descrição
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.
Parâmetros
- event_base
-
Valid event base resource.
- timeout
-
Optional timeout parameter (in microseconds).
Valor Retornado
event_base_loopexit() returns TRUE on success or FALSE on error.
jille at hexon dot cx
04-May-2011 07:47
