Php/docs/swoole-client.sendto

提供:Dev Guides
< Php
移動先:案内検索

Swoole\Client::sendto

(PECL swoole >= 1.9.0)

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


説明

public Swoole\Client::sendto ( string $ip , int $port , string $data ) : bool

The swoole client should be type of SWOOLE_SOCK_UDP or SWOOLE_SOCK_UDP6.


パラメータ

ip
The IP address of remote host, IPv4 or IPv6.
port
The port number of remote host.
data
The data to send which should be less-than 64K.


返り値