Dutch PHP Conference 2025 - Call For Papers

Swoole\Server::sendMessage

(PECL swoole >= 1.9.0)

Swoole\Server::sendMessageSend message to worker processes by ID.

Опис

public Swoole\Server::sendMessage(int $worker_id, string $data): bool

Параметри

dst_worker_id

data

Значення, що повертаються

add a note

User Contributed Notes

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