no

How to Setup Gzip Compression in Php

Using php we can start gzip using the following code ob_start("ob_gzhandler"); The code returns false if the browser does no...

Using php we can start gzip using the following code


ob_start("ob_gzhandler");


The code returns false if the browser does not support compression and the default ob_start is called.

This is one way of optimizing your website, specially those sites that load multiple images and files.

Related

php 5138221827666946787

Post a Comment Default Comments

item