PHP 8.3.4 Released!

Swoole\Server::defer

(PECL swoole >= 1.9.0)

Swoole\Server::deferDelay execution of the callback function at the end of current EventLoop.

Açıklama

public Swoole\Server::defer(callable $callback): void

Bağımsız Değişkenler

callback

Dönen Değerler

add a note

User Contributed Notes

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