Swoole\Server::clearTimer
En esta página
Swoole\Server::clearTimer
swoole_timer_clear
Destruye y detiene un temporizador.
Descripción#
Estilo orientado a objetos (method):
public Swoole\Server::clearTimer(int $timer_id): void
```php
Estilo procedimental:
```php
swoole_timer_clear(int $timer_id): void
Detiene y destruye un temporizador.
Parámetros#
timer_id