Swoole\Server::task

(PECL swoole >= 1.9.0)

Swoole\Server::taskSend data to the task worker processes.

Beschreibung

public Swoole\Server::task ( string $data , int $dst_worker_id = ? , callable $callback = ? ) : mixed

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

data

dst_worker_id

callback

Rückgabewerte

add a note add a note

User Contributed Notes

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