Searched refs:socket_sendto (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/sockets/tests/ |
H A D | socket_sentto_recvfrom_ipv4_udp.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv4 UDP 19 socket_sendto($socket, '', 1, 0, $address); // cause warning 26 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223); 49 Warning: Wrong parameter count for socket_sendto() in %s on line %d
|
H A D | socket_sentto_recvfrom_ipv6_udp.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv6 UDP 20 socket_sendto($socket, '', 1, 0, $address); // cause warning 27 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223); 50 Warning: Wrong parameter count for socket_sendto() in %s on line %d
|
H A D | socket_sentto_recvfrom_unix.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() through a Unix domain socket 29 $bytes_sent = socket_sendto($socket, $msg, $len, 0); // cause warning 30 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address); 59 Warning: socket_sendto() expects at least 5 parameters, 4 given in %s on line %d
|
/PHP-5.3/ext/sockets/ |
H A D | php_sockets.h | 65 PHP_FUNCTION(socket_sendto);
|
H A D | sockets.c | 290 PHP_FE(socket_sendto, arginfo_socket_sendto) 1653 PHP_FUNCTION(socket_sendto) argument
|
/PHP-5.3/ |
H A D | NEWS | 5913 - Fixed bug #35490 (socket_sendto() unable to handle IPv6 addresses). (Tony)
|
Completed in 30 milliseconds