Swoole\Server::clearTimer

swoole_timer_clear

(PECL swoole >= 1.9.0)

Swoole\Server::clearTimer -- swoole_timer_clear停止并销毁一个计时器。

说明

面向对象风格 (方法)

public Swoole\Server::clearTimer(int $timer_id): void

过程式风格

swoole_timer_clear(int $timer_id): void

停止并销毁一个计时器

参数

timer_id

返回值

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top