mixed HTTP_Download::setGzip (bool [$gzip = false])
mixed HTTP_Download::setGzip
Define whether you want to send the download gzipped or not.
Returns a PEAR_Error if ext/zlib is not available.
bool [$gzip = false] - whether to gzip the download on the fly
Retourne TRUE en cas de succès, un objet PEAR_Error en cas d'échec.
Cette fonction ne peut pas être appelée de façon statique.