HttpResponse
PHP Manual

HttpResponse::getCacheControl

(PECL pecl_http >= 0.10.0)

HttpResponse::getCacheControlcache control を取得する

説明

static string HttpResponse::getCacheControl ( void )

現在の Cache-Control ヘッダの設定を取得します。

返り値

現在の cache control の設定を、 ヘッダとして送信されるのと同様の形式の文字列で返します。

参考


HttpResponse
PHP Manual