ob_deflatehandler

(no version information, might be only in CVS)

ob_deflatehandler -- 圧縮出力ハンドラ

説明

string ob_deflatehandler ( string data, int mode )

ob_start() とともに使用します。

注意: この出力ハンドラは、一度だけ使用できます。

圧縮出力バッファハンドラは、一度だけ使用できます。

これは ob_gzhandler()zlib.output_compression と衝突します。また、 mbstring 拡張モジュールの mb_output_handler()session 拡張モジュールの URL-Rewriter (あるいは session.use_trans_sid) の後で使用してはいけません。

参考

ob_inflatehandler()
ob_start()