EvPeriodic::set

(PECL ev >= 0.2.0)

EvPeriodic::setConfigures the watcher

Açıklama

publicEvPeriodic::set(float$offset, float$interval): void

(Re-)Configures EvPeriodic watcher

Bağımsız Değişkenler

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

Dönen Değerler

Hiçbir değer dönmez.

To Top