update : 2015.11.03
php.shukuma.com

검색:
 
 
Deflate output handler

ob_deflatehandler

(PECL pecl_http >= 0.21.0)

ob_deflatehandlerDeflate output handler

설명

string ob_deflatehandler ( string $data , int $mode )

ob_start()와 사용합니다.

Note: 이 출력 핸들러는 한번만 사용할 수 있습니다.

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

참고