Net_SSH2::getKexAlgorithms PHP Метод

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

Return a list of the key exchange algorithms the server supports.
public getKexAlgorithms ( ) : array
Результат array
    function getKexAlgorithms()
    {
        $this->_connect();
        return $this->kex_algorithms;
    }