Search Results

  1. stream_socket_sendto (PHP 5, PHP 7, PHP 8) stream_socket_sendto — Sends a message to a socket, whether it is connected or not

  2. Execute stream_socket_sendto Online. Info and examples on stream_socket_sendto PHP Function from Streams - Other Basic Extensions

  3. 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.

  4. Description The stream_socket_sendto of Stream for PHP sends a message to a socket, whether it is connected or not.

  5. stream_socket_recvfrom — Receives data from a socket, connected or not stream_socket_sendto — Sends a message to a socket, whether it is connected or not stream_socket_server — Create an Internet or Unix domain server socket stream_socket_shutdown — Shutdown a full-duplex connection

  6. 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. 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 ...

  7. 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.