array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'eventbase.gettimeofdaycached.php', 1 => 'EventBase::getTimeOfDayCached', 2 => 'Returns the current event base time', ), 'up' => array ( 0 => 'class.eventbase.php', 1 => 'EventBase', ), 'prev' => array ( 0 => 'eventbase.getmethod.php', 1 => 'EventBase::getMethod', ), 'next' => array ( 0 => 'eventbase.gotexit.php', 1 => 'EventBase::gotExit', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/event/eventbase/gettimeofdaycached.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EventBase::getTimeOfDayCached

(PECL event >= 1.2.6-beta)

EventBase::getTimeOfDayCachedReturns the current event base time

说明

public EventBase::getTimeOfDayCached(): float

On success returns the current time(as returned by gettimeofday() ), looking at the cached value in base if possible, and calling gettimeofday() or clock_gettime() as appropriate if there is no cached time.

参数

此函数没有参数。

返回值

Returns the current event base time. On failure returns null.