update : 2015.11.03
php.shukuma.com검색:
|
HttpResponse::setCache(PECL pecl_http >= 0.10.0) HttpResponse::setCache — Set cache 설명
static
bool HttpResponse::setCache
( bool
$cache
)Whether it should be attempted to cache the entity. This will result in necessary caching headers and checks of clients If-Modified-Since and If-None-Match headers. If one of those headers matches a 304 Not Modified status code will be issued.
인수
반환값
성공 시 참고
|