Event::timer

(PECL event >= 1.2.6-beta)

Event::timerConstructs timer event object

Description

public static Event::timer (  EventBase $base  ,  callable $cb  [,  mixed $arg  ] ) : Event

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

base

The associated event base object.

cb

The signal event callback. See Event callbacks .

arg

Custom data. If specified, it will be passed to the callback when event triggers.

Return Values

Returns Event object on success. Otherwise false.

© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/event.timer.php