http_match_etag

(PECL)

http_match_etag -- ETag を比較する

説明

bool http_match_etag ( string etag [, bool for_range = FALSE] )

指定された ETag を、クライアントの HTTP ヘッダ If-Match あるいは If-None-Match と比較します。

パラメータ

etag

比較する ETag

for_range

TRUE に設定すると、通常は HTTP の範囲を検証するために使用されるヘッダが チェックされます。

返り値

ETag が一致する場合やヘッダにアスタリスク ("*") が含まれる場合に TRUE、それ以外の場合に FALSE を返します。

参考

http_match_last_modified()
http_match_request_header()
http_cache_etag()
http_cache_last_modified()
ob_etaghandler()