Php/docs/swoole-server.cleartimer

提供:Dev Guides
< Php
移動先:案内検索

Swoole\Server::clearTimer

swoole_timer_clear

(PECL swoole >= 1.9.0)

Swoole\Server::clearTimer -- swoole_timer_clearStop and destory a timer.


説明

オブジェクト指向型 (method):

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

手続き型:

swoole_timer_clear ( int $timer_id ) : void

Stop and destory a timer


パラメータ

timer_id


返り値