Swoole\Server::after

(PECL swoole >= 1.9.0)

Swoole\Server::after在一段时间后触发回调函数。

描述

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

参数

after_time_ms

callback

param

返回值

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top