Created
June 16, 2013 15:42
-
-
Save GiovanniGrieco/6c958f283e31f7e8ca6d to your computer and use it in GitHub Desktop.
Decompress a gzip stream that was pushed to a webserver
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$x = file_get_contents("compress.zlib://php://input"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment