php8.5
Home/ Manual/ event / eventbase/ EventBase::getTimeOfDayCached

EventBase::getTimeOfDayCached

PHP function Edit on GitHub ✎

(PECL event >= 1.2.6-beta)

Returns the current event base time

Description

EventBase::getTimeOfDayCached(): float

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 Parameters

Return Values

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

Source: reference/event/eventbase/gettimeofdaycached.xml · from the official PHP manual (php/doc-en)