php8.5
Home/ Manual/ event / eventlistener/ EventListener::getSocketName

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

address

Output parameter. IP-address depending on the socket address family.

port

Output parameter. The port the socket is bound to.

Return Values

Success

Source: reference/event/eventlistener/getsocketname.xml · from the official PHP manual (php/doc-en)