Workerman\Connection\AsyncTcpConnection::getRemoteHost PHP Method

getRemoteHost() public method

Get remote address.
public getRemoteHost ( ) : string
return string
    public function getRemoteHost()
    {
        return $this->_remoteHost;
    }