Dutch PHP Conference 2025 - Call For Papers

Swoole\Timer::tick

(PECL swoole >= 1.9.0)

Swoole\Timer::tickRepeats a given function at every given time-interval.

Опис

public static Swoole\Timer::tick(int $interval_ms, callable $callback, string $param = ?): void

Параметри

interval_ms

callback

param

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

add a note

User Contributed Notes

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