EventUtil::getSocketName
PHP function
Edit on GitHub ✎
(PECL event >= 1.5.0)
Retrieves the current address to which the socket is bound
Description
EventUtil::getSocketName(mixed $socket, string $address, [mixed $port]): bool
Retrieves the current address to which the socket is bound.
Parameters
socketSocket resource, stream or a file descriptor of a socket.
addressOutput parameter. IP-address, or the UNIX domain socket path depending on the socket address family.
portOutput parameter. The port the socket is bound to. Has no meaning for UNIX domain sockets.
Return Values
Success