PHP 8.4.6 Released!

Swoole\Timer::tick

(PECL swoole >= 1.9.0)

Swoole\Timer::tickRepite una función dada en cada intervalo de tiempo dado.

Descripción

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

Parámetros

interval_ms

callback

param

Valores devueltos

add a note

User Contributed Notes

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