PHP Conference Japan 2024

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