php8.5
Home/ Manual/ swoole / client/ Swoole\Client::send

Swoole\Client::send

PHP function Edit on GitHub ✎

(PECL swoole >= 1.9.0)

Send data to the remote TCP socket.

Description

Swoole\Client::send(string $data, [string $flag]): int

Parameters

data

The data to send which can be string or binary

flag

Return Values

If the client sends data successfully, it returns the length of data sent. Or it returns false and sets $swoole_client->errCode. For sync client, there is no limit for the data to send. For async client, The limit for the data to send is socket_buffer_size.

Source: reference/swoole/swoole/client/send.xml · from the official PHP manual (php/doc-en)