PHP Conference Japan 2024

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