PHP Velho Oeste 2024

HttpResponse::setCache

(PECL pecl_http >= 0.10.0)

HttpResponse::setCacheSet cache

Descrierea

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.

Notă:

If you're using sessions, be sure that you set session.cache_limiter to something more appropriate than "no-cache"!

Parametri

cache

whether caching should be attempted

Valorile întoarse

Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eșecului.

A se vedea și

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top