Dutch PHP Conference 2025 - Call For Papers

Swoole\Server::sendto

(PECL swoole >= 1.9.0)

Swoole\Server::sendtoSend data to the remote UDP address.

Опис

public Swoole\Server::sendto(
    string $ip,
    int $port,
    string $data,
    string $server_socket = ?
): bool

Параметри

ip

port

data

server_socket

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

add a note

User Contributed Notes

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