I am creating a wap portal, and wanted to know if Opera Mini supports gzip encoding?
However, does
ob_start("ob_gzhandler");
automatically check if the browser supports gzip and sends the gzipped encoded content or do we need to check that manually ?