Net_SSH2::getCompressionAlgorithmsServer2Client PHP Метод

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

Return a list of the compression algorithms the server supports, when sending stuff to the client.
public getCompressionAlgorithmsServer2Client ( ) : array
Результат array
    function getCompressionAlgorithmsServer2Client()
    {
        $this->_connect();
        return $this->compression_algorithms_server_to_client;
    }