Workerman\Connection\AsyncTcpConnection::getRemoteHost PHP 메소드

getRemoteHost() 공개 메소드

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