CakeFest 2024: The Official CakePHP Conference

EventBase::getTimeOfDayCached

(PECL event >= 1.2.6-beta)

EventBase::getTimeOfDayCachedDevuelve el tiempo del evento base actual

Descripción

public EventBase::getTimeOfDayCached(): float

En caso de éxito devuelve el tiempo actual(como el devuelto por gettimeofday() ), mirando el valor en la caché dentro de base si es posible, y llamando a gettimeofday() o clock_gettime() si no hay tiempo disponible en la caché.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve el actual tiempo de event base . En caso de error devuelve null.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top