stream_socket_get_name()
stream_socket_get_name - Retrieve the name of the local or remote socketsSyntax
string stream_socket_get_name (resource $handle, bool $want_peer)Arguments
- handle - The socket to get the name of.
- want_peer - If set to TRUE the remotesocket name will be returned, if set to FALSE the localsocket name will be returned.
