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

getRemoteURI() 공개 메소드

Get remote URI.
public getRemoteURI ( ) : string
리턴 string
    public function getRemoteURI()
    {
        return $this->_remoteURI;
    }