PHP » GoLang |
login |
register |
about
|
GoLang EventBase::getTimeOfDayCached
request it (273)
GoLang replacement for PHP's EventBase::getTimeOfDayCached
[edit | history]
PHP EventBase::getTimeOfDayCachedPHP original manual for EventBase::getTimeOfDayCached [ show | php.net ]EventBase::getTimeOfDayCached(PECL event >= 1.2.6-beta) EventBase::getTimeOfDayCached — Returns the current event base time Description
public
float
EventBase::getTimeOfDayCached
( void
)
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. ParametersThis function has no parameters. Return Values
Returns the current
event base
time. On failure returns |
more
Recently updated
more
Most requested
more
Last requests
|