HttpResponse::setGzip
(PECL pecl_http >= 0.10.0)
HttpResponse::setGzip — Set gzip
Description
static
bool HttpResponse::setGzip
( bool
$gzip
)Enable on-thy-fly gzip'ing of the sent entity.
Parameters
-
gzip
-
whether GZip compression should be enabled
Return Values
Returns TRUE
on success or FALSE
on failure.
[an error occurred while processing the directive]
- Функция HttpResponse::capture() - Capture script output
- Функция HttpResponse::getBufferSize() - Get buffer size
- Функция HttpResponse::getCache() - Get cache
- Функция HttpResponse::getCacheControl() - Get cache control
- Функция HttpResponse::getContentDisposition() - Get content disposition
- Функция HttpResponse::getContentType() - Get content type
- Функция HttpResponse::getData() - Get data
- Функция HttpResponse::getETag() - Get ETag
- Функция HttpResponse::getFile() - Get file
- Функция HttpResponse::getGzip() - Get gzip
- Функция HttpResponse::getHeader() - Get header
- Функция HttpResponse::getLastModified() - Get last modified
- Функция HttpResponse::getRequestBody() - Get request body
- Функция HttpResponse::getRequestBodyStream() - Получить поток тела запроса
- Функция HttpResponse::getRequestHeaders() - Get request headers
- Функция HttpResponse::getStream() - Get Stream
- Функция HttpResponse::getThrottleDelay() - Get throttle delay
- Функция HttpResponse::guessContentType() - Guess content type
- Функция HttpResponse::redirect() - Redirect
- Функция HttpResponse::send() - Send response
- Функция HttpResponse::setBufferSize() - Set buffer size
- Функция HttpResponse::setCache() - Set cache
- Функция HttpResponse::setCacheControl() - Set cache control
- Функция HttpResponse::setContentDisposition() - Set content disposition
- Функция HttpResponse::setContentType() - Set content type
- Функция HttpResponse::setData() - Set data
- Функция HttpResponse::setETag() - Set ETag
- Функция HttpResponse::setFile() - Set file
- Функция HttpResponse::setGzip() - Set gzip
- Функция HttpResponse::setHeader() - Set header
- Функция HttpResponse::setLastModified() - Set last modified
- Функция HttpResponse::setStream() - Set stream
- Функция HttpResponse::setThrottleDelay() - Set throttle delay
- Функция HttpResponse::status() - Send HTTP response status
Коментарии
404 Not Found