Swoole\Server::getClientInfo
Get the connection info by file description.
説明
public array Swoole\Server::getClientInfo(int $fd
, int $reactor_id
= ?, bool $ignore_error
= ?)
パラメータ
-
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.