Swoole\Server::tick
(PECL swoole >= 1.9.0)
Swoole\Server::tick — Repeats a given function at every given time-interval.
说明
public Swoole\Server::tick
(
int $interval_ms
,
callable $callback
) :
void
User Contributed Notes
There are no user contributed notes for this page.