Skip to content

Instantly share code, notes, and snippets.

@robbestad
Created June 30, 2013 20:27
Show Gist options
  • Select an option

  • Save robbestad/5896743 to your computer and use it in GitHub Desktop.

Select an option

Save robbestad/5896743 to your computer and use it in GitHub Desktop.
Compress output in PHP
<?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment