Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

stream_socket_get_name

Description

The stream_socket_get_name of Stream for PHP retrieve the name of the local or remote sockets.

Syntax

stream_socket_get_name ( resource $handle , bool $want_peer ) : string

Parameters

handle

The socket to get the name of.

want_peer

If set to TRUE the remote socket name will be returned, if set to FALSE the local socket name will be returned.

Return

The name of the socket.

HomeMenu