GZip using PHP ob_start() method

<?php
    if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip'))
        ob_start("ob_gzhandler");
    else
        ob_start();
?>
Processing your request, Please wait....

No Responses to “GZip using PHP ob_start() method”

Comments (Your Comments)

Leave a Reply

You must be logged in to post a comment.