socket_send
reactphp/socket
Supported Versions: PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8
Sends data to a connected socket
<?php socket_send
(
Socket $socket
,
string $data
,
int $length
,
int $flags
):
int
|
false