CakeFest 2024: The Official CakePHP Conference

Swoole\Server::sendwait

(PECL swoole >= 1.9.0)

Swoole\Server::sendwaitSend data to the remote socket in the blocking way.

Description

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

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

fd

data

Valeurs de retour

add a note

User Contributed Notes

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