Swoole\Client::getpeername
PHP Manual
PHP Manual»Swoole\Client»Swoole\Client::getpeername

Swoole\Client::getpeername

(PECL swoole >= 1.9.0)

Swoole\Client::getpeernameGet the remote socket name of the connection.

Description

public function Swoole\Client::getpeername(): array

Parameters

This function has no parameters.

Return Values

The host and port of the remote socket.

To Top