PHP 8.5.0 Alpha 2 available for testing

Swoole\Server::send

(PECL swoole >= 1.9.0)

Swoole\Server::sendEnvía datos al cliente.

Descripción

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

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

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