The HttpResponse
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

HttpResponse::setCacheControl

(PECL pecl_http >= 0.10.0)

HttpResponse::setCacheControlSet cache control

说明

static bool HttpResponse::setCacheControl ( string $control [, int $max_age=0 [, bool $must_revalidate=true ]] )

Define a custom Cache-Control header, usually being private or public;

参数

control

the primary cache control setting

max_age

the max-age in seconds, suggesting how long the cache entry is valid on the client side

must_revalidate

whether the cached entity should be revalidated by the client for every request

返回值

Returns TRUE on success, or FALSE if control does not match one of public, private or no-cache.

参见


The HttpResponse
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程