Event::timer
(PECL event >= 1.2.6-beta)
Event::timer — Constructs timer event object
Description
Constructs timer event object. This is a straightforward method to create a timer event. Note, the generic Event::__construct() method can contruct signal event objects too.
Parameters
baseThe associated event base object.
cbThe signal event callback. See Event callbacks.
argCustom data. If specified, it will be passed to the callback when event triggers.
Return Values
Returns Event object on success. Otherwise false.
↑ and ↓ to navigate • Enter to select • Esc to close • / to open