Home > PHP > Function > Libevent > event_base_loopexit()

event_base_loopexit()

event_base_loopexit - Exit loop after a time

Syntax

bool event_base_loopexit (resource $event_base, int $timeout)

Arguments

  • event_base - Valid event base resource.
  • timeout - Optional timeout parameter (in microseconds).

Description

The next event loop iteration after the given timer expires will complete normally, then exit without blocking for events again.

Version

PHP PECL libevent >= 0.0.1

Return value

event_base_loopexit() returns TRUE on success or FALSE on error.