Documentación offline PHP master

Swoole\Server::clearTimer

master Ver versión oficial en línea Licencia CC-BY-3.0Descargado el 2026-08-02

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

Valores devueltos#