PHP 8.3.4 Released!

EvPeriodic::set

(PECL ev >= 0.2.0)

EvPeriodic::setConfigures the watcher

Descrição

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

(Re-)Configures EvPeriodic watcher

Parâmetros

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

Valor Retornado

Nenhum valor é retornado.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top