PHP Dokumentation: Function ob-etaghandler
12. Januar 2010 von werner
ob_etaghandler
(PECL pecl_http >= 0.10.0)
ob_etaghandler — ETag output handler
Beschreibung
string ob_etaghandler ( string $data , int $mode )
Zur Nutzung mit ob_start().
Output buffer handler generating an ETag with the hash algorithm specified with the INI-Einstellungen http.etag.mode.
This output handler is used by http_cache_etag().
Siehe auch
- http_cache_etag() – Caching by ETag
- http_match_etag() – Match ETag