php8.5
Home/ Manual/ ev / evloop/ EvLoop::nowUpdate

EvLoop::nowUpdate

PHP function Edit on GitHub ✎

(PECL ev >= 0.2.0)

Establishes the current time by querying the kernel, updating the time returned by EvLoop::now in the progress

Description

EvLoop::nowUpdate(): void

Establishes the current time by querying the kernel, updating the time returned by EvLoop::now in the progress. This is a costly operation and is usually done automatically within EvLoop::run.

Parameters Parameters

Return Values

Void

See Also

  • EvLoop::now
  • Ev::nowUpdate

Source: reference/ev/evloop/nowupdate.xml · from the official PHP manual (php/doc-en)