EVENTBASE.GETTIMEOFDAYCACHED(3) 1 EVENTBASE.GETTIMEOFDAYCACHED(3)
EventBase::getTimeOfDayCached - Returns the current event base time
SYNOPSIS
public double EventBase::getTimeOfDayCached (void )
DESCRIPTION
On success returns the current time(as returned by gettimeofday() ), looking at the cached value in base if possible, and calling gettime-
ofday() or clock_gettime() as appropriate if there is no cached time.
PARAMETERS
This function has no parameters.
RETURN VALUES
Returns the current event base time. On failure returns NULL.
PHP Documentation Group EVENTBASE.GETTIMEOFDAYCACHED(3)