Swoole\Timer::after

(PECL swoole >= 1.9.0)

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

Descrição

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

Trigger a callback function after a period of time.

Parâmetros

after_time_ms

callback

Valor Retornado

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top