| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
stream_socket_sendto(PHP 5) stream_socket_sendto — Sends a message to a socket, whether it is connected or not 설명
   int stream_socket_sendto
    ( resource  
  $socket
   , string $data
   [, int $flags = 0
   [, string $address
  ]] )
   Sends the specified  인수
 
 반환값Returns a result code, as an integer. 예제
 Example #1 stream_socket_sendto() Example 
<?php참고
  |