stream_socket_sendto
Sends a message to a socket, whether it is connected or not
&reftitle.description;
intstream_socket_sendto
resourcesocket
stringdata
intflags0
stringaddress
Sends the specified data through the
socket.
&reftitle.parameters;
socket
The socket to send data to.
data
The data to be sent.
flags
The value of flags can be any combination
of the following:
possible values for flags
STREAM_OOB
Process OOB (out-of-band) data.
address
The address specified when the socket stream was created will be used
unless an alternate address is specified in address.
If specified, it must be in dotted quad (or [ipv6]) format.
&reftitle.returnvalues;
Returns a result code, as an integer.
&reftitle.examples;
stream_socket_sendto Example
]]>
&reftitle.seealso;
stream_socket_recvfrom
stream_socket_client
stream_socket_server