PHP Doku:: Deflate output handler - function.ob-deflatehandler.html

Verlauf / Chronik / History: (37) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPHTTP Funktionenob_deflatehandler

Ein Service von Reinhard Neidl - Webprogrammierung.

HTTP Funktionen

<<http_negotiate_language

ob_etaghandler>>

ob_deflatehandler

(PECL pecl_http >= 0.21.0)

ob_deflatehandlerDeflate output handler

Beschreibung

string ob_deflatehandler ( string $data , int $mode )

Zur Nutzung mit ob_start().

Hinweis: Dieser Ausgabehandler kann nur jeweils einmal genutzt werden.

The deflate output buffer handler can only be used once.

It conflicts with ob_gzhandler() and zlib.output_compression as well and should not be used after mbstring extension's mb_output_handler() and session extension's URL-Rewriter (AKA session.use_trans_sid).

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)