CakeFest 2024: The Official CakePHP Conference

Swoole\Server::send

(PECL swoole >= 1.9.0)

Swoole\Server::sendSend data to the client.

Descrição

public Swoole\Server::send(int $fd, string $data, int $reactor_id = ?): bool

Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Parâmetros

fd

data

reactor_id

Valor Retornado

add a note

User Contributed Notes

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