Swoole\Server::after

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

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

Opis

public Swoole\Server::after ( integer $after_time_ms , callable $callback [, string $param ] ) : ReturnType

Parametry

after_time_ms

callback

param

Zwracane wartości

add a note add a note

User Contributed Notes

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