Swoole\Server::sendwait
PHP Manual
PHP Manual»Swoole\Server»Swoole\Server::sendwait

Swoole\Server::sendwait

(PECL swoole >= 1.9.0)

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

Опис

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

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

fd

data

Значення, що повертаються

To Top