EventBase::getTimeOfDayCached

(PECL event >= 1.2.6-beta)
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:

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

doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.