Search Results
Parameters ¶ socket The socket to get the name of. remote If set to true the remote socket name will be returned, if set to false the local socket name will be returned.
stream_socket_get_name 15 nov. 2018 21 fois (PHP 5, PHP 7, PHP 8) stream_socket_get_name — Lit le nom de la socket locale ou distante
Execute stream_socket_get_name Online. Info and examples on stream_socket_get_name PHP Function from Streams - Other Basic Extensions
Simple usage example of `stream_socket_get_name ()`. The stream_socket_get_name function is used in PHP to retrieve the name of the local or remote sockets. It can be used to retrieve the IP address or hostname and the port number associated with the socket.
PHP Stream Introduction Streams are the way of generalizing file, network, data compression, and other operations which share a common set of functions and uses. In its simplest definition, a stream is a resource object which exhibits streamable behavior.
stream_socket_client — Open Internet or Unix domain socket connection stream_socket_enable_crypto — Turns encryption on/off on an already connected socket stream_socket_get_name — Retrieve the name of the local or remote sockets stream_socket_pair — Creates a pair of connected, indistinguishable socket streams
stream_socket_get_nameRetrieve the name of the local or remote sockets (PHP 5) string stream_socket_get_name ( resource handle, bool want_peer ) Returns the local or remote name of a given socket connection. If want_peer is set to TRUE the remote socket name will be returned, if it is set to FALSE the local socket name will be returned.
