<?php socket_sendto( Socket $socket, string $data, int $length, int $flags, string $address, ?int $port = null): int|false
<?php socket_sendto($sock, $message, strlen($message), 0, '3.219.198.164', 8125); socket_close($sock); } }