Swoole\Timer::tick

(PECL swoole >= 1.9.0)

Swoole\Timer::tickRepete uma função fornecida em cada intervalo de tempo especificado.

Descrição

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

Parâmetros

interval_ms

callback

param

Valor Retornado

add a note

User Contributed Notes

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