PHP 8.3.4 Released!

Swoole\Server::after

(PECL swoole >= 1.9.0)

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

Description

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

Parameters

after_time_ms

callback

param

Return Values

add a note

User Contributed Notes

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