Net_SSH2::getServerIdentification PHP Method

getServerIdentification() public method

Return the server identification.
public getServerIdentification ( ) : string
return string
    function getServerIdentification()
    {
        $this->_connect();
        return $this->server_identifier;
    }