Swoole\Server
PHP Manual

Swoole\Server::tick

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

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

Description

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

Parameters

interval_ms

callback

Return Values


Swoole\Server
PHP Manual