Swoole\Timer::after

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Swoole\Timer::afterTrigger a callback function after a period of time.

Açıklama

public static Swoole\Timer::after ( int $after_time_ms , callable $callback ) : void

Trigger a callback function after a period of time.

Değiştirgeler

after_time_ms

callback

Dönen Değerler