PHP 8.4.0 RC3 available for testing

EvLoop::now

(PECL ev >= 0.2.0)

EvLoop::nowReturns the current "event loop time"

Descrição

public EvLoop::now(): float

Returns the current "event loop time", which is the time the event loop received events and started processing them. This timestamp does not change as long as callbacks are being processed, and this is also the base time used for relative timers. You can treat it as the timestamp of the event occurring(or more correctly, libev finding out about it).

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns time of the event loop in (fractional) seconds.

Veja Também

  • Ev::now() - Returns the time when the last iteration of the default event loop has started
adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top