CakeFest 2024: The Official CakePHP Conference

Swoole\Server::task

(PECL swoole >= 1.9.0)

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

Description

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

Warning

This function is currently not documented; only its argument list is available.

Parameters

data

dst_worker_id

callback

Return Values

add a note

User Contributed Notes

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