Swoole\Timer::after

(PECL swoole >= 1.9.0)

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

Descripción

publicstaticSwoole\Timer::after(int$after_time_ms, callable$callback): void

Trigger a callback function after a period of time.

Parámetros

after_time_ms

callback

Valores devueltos

To Top