EvPeriodic::set
PHP Manual
PHP Manual»EvPeriodic»EvPeriodic::set

EvPeriodic::set

(PECL ev >= 0.2.0)

EvPeriodic::setConfigures the watcher

Опис

public function EvPeriodic::set( float $offset , float $interval ): void

(Re-)Configures EvPeriodic watcher

Параметри

offset
The same meaning as for EvPeriodic::__construct(). See Periodic watcher operation modes
interval
The same meaning as for EvPeriodic::__construct(). See Periodic watcher operation modes

Значення, що повертаються

Не повертає значень.

To Top