PHP Velho Oeste 2024

ob_deflatehandler

(PECL pecl_http >= 0.21.0)

ob_deflatehandlerDeflate output handler

Descrição

string ob_deflatehandler ( string $data , int $mode )

Para utilizar com ob_start().

Nota: O manipulador de output só pode ser utilizado uma única vez.

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

Veja Também

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top