HttpResponse::setETag
(PECL pecl_http >= 0.10.0)
HttpResponse::setETag — Set ETag
Description
static
bool HttpResponse::setETag
( string
$etag
)Set a custom ETag. Use this only if you know what you're doing.
Parameters
-
etag
-
unquoted string as parameter containing the ETag
Return Values
Returns TRUE
on success or FALSE
on failure.
See Also
- HttpResponse::getLastModified() - Get last modified
- HttpResponse::setLastModified() - Set last modified
- HttpResponse::getETag() - Get ETag
[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