Event::setTimer

(PECL event >= 1.2.6-beta)

Event::setTimer重新配置定时器事件

描述

public Event::setTimer( EventBase $base , callable $cb , mixed $arg = ?): bool

重新配置定时器事件。注意,此函数不会调用过时的 libevent 的 event_set 。它改为调用 event_assign

参数

base

要关联的事件基础。

cb

定时器事件回调。请参阅 事件回调

arg

自定义数据。如果指定,它将在事件触发时传递给回调。

返回值

如果成功,则返回 true,如果失败,则返回 false

参见

添加注释

用户贡献注释

此页面没有用户贡献注释。
To Top