Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17221 программист и 1835 роботов. Сейчас ищут 1563 программиста ...
HTTP_Download::setCache
Вернуться к: HTTP_Download
HTTP_Download::setCache
HTTP_Download::setCache() – Whether to allow caching of the download on the clients side.
Synopsis
void HTTP_Download::setCache ( bool $cache = true )
Define whether you want to allow caching of the download on the clients side.
If set to true (default), HTTP_Download will emit some caching headers like Cache-Control, Last-Modified and ETag.
Parameter
-
bool $cache = true - whether to allow caching of the download
Note
This function can not be called statically.
Вернуться к: HTTP_Download