EventBase::getTimeOfDayCached
(PECL event >= 1.2.6-beta)
EventBase::getTimeOfDayCached — Returns the current event base time
Description
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.
Parameters
This function has no parameters.
Return Values
Returns the current
event base
time. On failure returns NULL
.
- Функция EventBase::__construct() - Constructs EventBase object
- Функция EventBase::dispatch() - Dispatch pending events
- Функция EventBase::exit() - Stop dispatching events
- EventBase::free
- Функция EventBase::getFeatures() - Returns bitmask of features supported
- Функция EventBase::getMethod() - Returns event method in use
- Функция EventBase::getTimeOfDayCached() - Returns the current event base time
- Функция EventBase::gotExit() - Checks if the event loop was told to exit
- Функция EventBase::gotStop() - Checks if the event loop was told to exit
- Функция EventBase::loop() - Dispatch pending events
- Функция EventBase::priorityInit() - Sets number of priorities per event base
- Функция EventBase::reInit() - Re-initialize event base(after a fork).
- Функция EventBase::stop() - Tells event_base to stop dispatching events
Коментарии
404 Not Found