HTTP 函数
PHP Manual

ob_etaghandler

(PECL pecl_http >= 0.10.0)

ob_etaghandlerETag output handler

说明

string ob_etaghandler ( string $data , int $mode )

用于 ob_start().

Output buffer handler generating an ETag with the hash algorithm specified with the INI 设置 http.etag.mode.

This output handler is used by http_cache_etag().

参见


HTTP 函数
PHP Manual