CakeFest 2024: The Official CakePHP Conference

Swoole\Server::after

(PECL swoole >= 1.9.0)

Swoole\Server::afterЗапускает callback-функцию по истечении определённого периода времени

Описание

public Swoole\Server::after(int $after_time_ms, callable $callback, string $param = ?): ReturnType

Список параметров

after_time_ms

callback

param

Возвращаемые значения

add a note

User Contributed Notes

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