Swoole\Server::clearTimer
PHP function
Edit on GitHub ✎
(PECL swoole >= 1.9.0)
Stop and destroy a timer.
Description
Oop (method):
Swoole\Server::clearTimer(int $timer_id): void
Procedural:
swoole_timer_clear(int $timer_id): void
Stop and destroy a timer
Parameters
timer_id