update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the current event base time

EventBase::getTimeOfDayCached

(PECL event >= 1.2.6-beta)

EventBase::getTimeOfDayCachedReturns the current event base time

설명

public double 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.

인수

이 함수는 인수가 없습니다.

반환값

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