PHP マニュアル
関数リファレンス
その他の基本モジュール
Swoole
Swoole\Timer
Swoole\Timer::after
Swoole\Timer::clear
Swoole\Timer::exists
Swoole\Timer::tick
Swoole\Timer
Swoole\Timer::clear
Swoole\Timer
PHP マニュアル
Swoole\Timer::after
Trigger a callback function after a period of time.
説明
public
static
void
Swoole\Timer::after
(
int
$after_time_ms
,
callable
$callback
)
Trigger a callback function after a period of time.
パラメータ
after_time_ms
callback
戻り値