Swoole\Server::send

(PECL swoole >= 1.9.0)

Swoole\Server::sendSend data to the client.

Beschreibung

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

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Parameter-Liste

fd

data

reactor_id

Rückgabewerte

add a note

User Contributed Notes

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