update : 2015.11.03
php.shukuma.com검색:
|
stream_socket_recvfrom(PHP 5) stream_socket_recvfrom — Receives data from a socket, connected or not 설명
string stream_socket_recvfrom
( resource
$socket
, int $length
[, int $flags = 0
[, string &$address
]] )
stream_socket_recvfrom() accepts
data from a remote socket up to 인수
반환값Returns the read data, as a string 예제
Example #1 stream_socket_recvfrom() example
<?php 주의
참고
|