How to tell if ob_gzhandler is working?

Posted by Amien on Stack Overflow See other posts from Stack Overflow or by Amien
Published on 2010-05-19T15:27:01Z Indexed on 2010/05/19 15:30 UTC
Read the original article Hit count: 160

Filed under:
|

How can I check to see if

ob_start("ob_gzhandler");

is working and test the difference with or without it?

Thanks,

© Stack Overflow or respective owner

Related posts about ob-start

Related posts about compression