Workerman\Connection\AsyncTcpConnection::getRemoteURI PHP Method

getRemoteURI() public method

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