HTTP Funkcje
PHP Manual

ob_deflatehandler

(PECL pecl_http >= 0.21.0)

ob_deflatehandlerDeflate output handler

Opis

string ob_deflatehandler ( string $data , int $mode )

Do użycia z ob_start().

Informacja: Uchwyt wyjściowy może być użyty tylko raz.

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).

Zobacz też:


HTTP Funkcje
PHP Manual