EvLoop::periodic
PHP Manual
PHP Manual»EvLoop»EvLoop::periodic

EvLoop::periodic

(PECL ev >= 0.2.0)

EvLoop::periodicCreates EvPeriodic watcher object associated with the current event loop instance

Descrizione

final public function EvLoop::periodic(
     float $offset ,
     float $interval ,
     callable $callback ,
     mixed $data = null ,
     int $priority = 0
): EvPeriodic

Creates EvPeriodic watcher object associated with the current event loop instance

Elenco dei parametri

All parameters have the same meaning as for EvPeriodic::__construct()

Valori restituiti

Returns EvPeriodic object on success.

Vedere anche:

To Top