EventHttpConnection::getPeer

(PECL event >= 1.2.6-beta)

EventHttpConnection::getPeerGets the remote address and port associated with the connection

Description

publicEventHttpConnection::getPeer(string&$address, int&$port): void

Gets the remote address and port associated with the connection

Parameters

address

Address of the peer.

port

Port of the peer.

Return Values

No value is returned.

To Top