Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16199 программистов и 1779 роботов. Сейчас ищут 1764 программиста ...
EventBase::getTimeOfDayCached - Returns the current event base time
Вернуться к: EventBase
EventBase::getTimeOfDayCached
(PECL event >= 1.2.6-beta)
EventBase::getTimeOfDayCached — Returns 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
.
Вернуться к: EventBase