EventListener::getSocketName
PHP function
Edit on GitHub ✎
(PECL event >= 1.5.0)
Retrieves the current address to which the listener's socket is bound
Description
EventListener::getSocketName(string $address, [mixed $port]): bool
Retrieves the current address to which the listener's socket is bound.
Parameters
addressOutput parameter. IP-address depending on the socket address family.
portOutput parameter. The port the socket is bound to.
Return Values
Success