February 2013
Intermediate to advanced
538 pages
20h 55m
English
ob_gzhandler
string ob_gzhandler(stringbuffer[, intmode])
This function gzip-compresses output before
it is sent to the browser. You don’t call this function directly.
Rather, it is used as a handler for output buffering using the
ob_start() function. To enable
gzip-compression, call ob_start() with this function’s name:
<ob_start("ob_gzhandler");>
Read now
Unlock full access