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

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

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