phpseclib\Net\SSH2::getResourceId PHP Method

getResourceId() public method

It will safe us from any conflicts, because otherwise regexp will match all alphanumeric domains.
public getResourceId ( ) : string
return string
    function getResourceId()
    {
        return '{' . spl_object_hash($this) . '}';
    }