PHP 8.3.4 Released!

Swoole\Server::tick

(PECL swoole >= 1.9.0)

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

Açıklama

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

Bağımsız Değişkenler

interval_ms

callback

Dönen Değerler

add a note

User Contributed Notes

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