Swoole\Server::sendwait

(PECL swoole >= 1.9.0)

Swoole\Server::sendwait — Envía datos al socket remoto de manera bloqueante.

Descripción

public function Swoole\Server::sendwait(int $fd, string $data): bool

Advertencia

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

Parámetros

fd

data

Valores devueltos

+add a note

User Contributed Notes

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