socket_sendto -- Sends 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])
Aviso
Esta función
es EXPERIMENTAL. Esto significa que el
comportamiento de esta función, el nombre de esta
función y en definitiva TODO lo documentado sobre esta
función, puede cambiar en una futura version de PHP SIN
AVISO. La advertencia queda hecha, y utilizar esta extensión
queda bajo su propia responsabilidad.
The function socket_sendto() sends
len bytes from buf
through the socket socket to the
port at the address addr