Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17160 программистов и 1835 роботов. Сейчас ищут 1564 программиста ...
HTTP_Download::setGzip
Вернуться к: HTTP_Download
HTTP_Download::setGzip
HTTP_Download::setGzip() – Whether to gzip the download on the fly or not. (requires ext/zlib)
Synopsis
mixed HTTP_Download::setGzip ( bool $gzip = false )
Define whether you want to send the download gzipped or not.
Returns a PEAR_Error if ext/zlib is not available.
Parameter
-
bool $gzip = false - whether to gzip the download on the fly
Return value
Returns TRUE on success, PEAR_Error on failure.
Note
This function can not be called statically.
Вернуться к: HTTP_Download