Workerman\Connection\AsyncTcpConnection::getRemoteHost PHP Метод

getRemoteHost() публичный Метод

Get remote address.
public getRemoteHost ( ) : string
Результат string
    public function getRemoteHost()
    {
        return $this->_remoteHost;
    }