parent root
PHP: Swoole\Server::task - Manual

Swoole\Server::task

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

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

Description

public Swoole\Server::task ( string $data [, integer $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 noteadd a note

User Contributed Notes

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