Swoole\Server::getClientInfo
PHP Manual
PHP Manual»Swoole\Server»Swoole\Server::getClientInfo

Swoole\Server::getClientInfo

(PECL swoole >= 1.9.0)

Swoole\Server::getClientInfoGet the connection info by file description.

Опис

public function Swoole\Server::getClientInfo(int $fd, int $reactor_id = ?, bool $ignore_error = ?): array

Параметри

fd

File descriptors.

reactor_id

The Reactor thread ID where the connection is made.

ignore_error

Whether to ignore errors, if set to true, connection information will be returned even if the connection is closed.

Значення, що повертаються

Returns information about the client connection.

To Top