phpseclib\Net\SSH2::getResourceId PHP Метод

getResourceId() публичный Метод

It will safe us from any conflicts, because otherwise regexp will match all alphanumeric domains.
public getResourceId ( ) : string
Результат string
    function getResourceId()
    {
        return '{' . spl_object_hash($this) . '}';
    }