update : 2015.11.03
php.shukuma.com검색:
|
socket_sendto(PHP 4 >= 4.1.0, PHP 5) socket_sendto — Sends a message to a socket, whether it is connected or not 설명
int socket_sendto
( resource
$socket
, string $buf
, int $len
, int $flags
, string $addr
[, int $port = 0
] )
The function socket_sendto() sends
인수
반환값
socket_sendto() returns the number of bytes sent to the
remote host, or 예제
Example #1 socket_sendto() Example
<?php |