Net_SSH2::getServerIdentification PHP Метод

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

Return the server identification.
public getServerIdentification ( ) : string
Результат string
    function getServerIdentification()
    {
        $this->_connect();
        return $this->server_identifier;
    }