Swoole\Server::clearTimer

swoole_timer_clear

Stop and destroy a timer.

Description

Object-oriented style (method):

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

Procedural style:

void swoole_timer_clear(int $timer_id)

Stop and destroy a timer

Parameters

timer_id

Return Values