stream_socket_sendto
Description
int stream_socket_sendto ( resource socket, string data [, int flags [, string address]] )
The function stream_socket_sendto() sends
the data specified by data through the
socket specified by socket. The address
specified when the socket stream was created will be used unless
an alternate address is specified in address.
The value of flags can be any combination
of the following:
See also stream_socket_recvfrom(), stream_socket_client(), and stream_socket_server().
| Poprzedni | Spis treści | Następny |
| stream_socket_recvfrom | Początek rozdziału |