PHP 8.4.0 RC4 available for testing

Swoole\Server::tick

(PECL swoole >= 1.9.0)

Swoole\Server::tickRépète une fonction donnée à chaque intervalle de temps donné.

Description

public Swoole\Server::tick(int $interval_ms, callable $callback): void

Liste de paramètres

interval_ms

callback

Valeurs de retour

add a note

User Contributed Notes

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