Swoole\Timer::clear
PHP Manual
PHP Manual»Swoole\Timer»Swoole\Timer::clear

Swoole\Timer::clear

(PECL swoole >= 1.9.0)

Swoole\Timer::clearDelete a timer by timer ID.

Опис

public static function Swoole\Timer::clear(int $timer_id): void

Delete a timer by timer ID.

Параметри

timer_id

Значення, що повертаються

To Top