CakeFest 2024: The Official CakePHP Conference

Swoole\Server::send

(PECL swoole >= 1.9.0)

Swoole\Server::sendSend data to the client.

Descripción

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

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

fd

data

reactor_id

Valores devueltos

add a note

User Contributed Notes

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