|
PHP5中文手册
http_match_etag(PECL pecl_http:0.1.0-1.5.5) http_match_etag — Match ETag 说明
bool http_match_etag
( string $etag
[, bool $for_range = FALSE
] )
Matches the given ETag against the clients If-Match resp. If-None-Match HTTP headers. 参数
返回值Returns TRUE if ETag matches or the header contained the asterisk ("*"), else FALSE. 参见
|