| 
 | socket_sendtoSends a message to a socket, whether it is connected or not Description
   int socket_sendto
    ( resource  $socket, string$buf, int$len, int$flags, string$addr[, int$port= 0
  ] )
   The function socket_sendto sends
    Parameters
 
 Return Values
   socket_sendto returns the number of bytes sent to the
   remote host, or  Examples
 Example #1 socket_sendto Example 
<?phpSee Also
 
 |