Voting

: min(eight, nine)?
(Example: nine)

The Note You're Voting On

davey at its-explosive dot net
22 years ago
To pass the second argument to ob_gzhandler() which specifies what level of compression should be used (which I assume is 1-9 as with the gzip binary, with 9 using the most processor and time to do, 4 is the standard IIRC) you must call ob_start() like so:

ob_start(array('ob_gzhandler',9));

- Davey

<< Back to user notes page

To Top