EventBase::getTimeOfDayCached

(PECL event >= 1.2.6-beta)

EventBase::getTimeOfDayCached返回当前事件基准时间

说明

public EventBase::getTimeOfDayCached(): float

如果成功,则返回当前时间(由 gettimeofday() 返回),如果可能,查看 base 中的缓存值,并在没有缓存时间的情况下,根据需要调用 gettimeofday()clock_gettime()

参数

此函数没有参数。

返回值

返回当前 事件基准 时间。如果失败,则返回 null

添加备注

用户贡献的注释

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