PHP 8.4.0 RC4 available for testing

Swoole\Server::after

(PECL swoole >= 1.9.0)

Swoole\Server::afterDéclenche une fonction de rappel après une période de temps.

Description

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

Liste de paramètres

after_time_ms

callback

param

Valeurs de retour

add a note

User Contributed Notes

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