Skip to content

Instantly share code, notes, and snippets.

@jonmilsom
Created January 29, 2014 10:23
Show Gist options
  • Save jonmilsom/7771566cf55e042b4826 to your computer and use it in GitHub Desktop.
Save jonmilsom/7771566cf55e042b4826 to your computer and use it in GitHub Desktop.
Test file_get_contents() and zlib compression
<?php
$zlib = 'compress.zlib://';
$url = 'https://secure.mywebsite.com/hello_world.php';
echo file_get_contents($zlib.$url);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment