News Feed
Jobs Feed
Sections




News Archive
Wojciech Sznapka's Blog:
Power of PHP streams - decompress gz archives on the fly from remote server
November 24, 2010 @ 08:39:05

Wojciech Sznapka has a new post to his blog today looking at the "power of PHP streams" and how they can be used to decompress gzipped data from remote servers.

Probably most of us heard about streams in PHP. They are background of all files and network operations in PHP, even if we don't see it. Everytime when you use file_get_contents or fopen you are actually using streams. But there are many stream wrappers I haven't used, because they aren't well known.One of them is compress.zlib (and two other compression stream filters).

He includes a quick example (because, thankfully, that's all working with streams like this usually requires) about pulling in a file from his server and uses the stream to fetch and unzip the data to display the contents.

0 comments voice your opinion now!
streams tutorial gzip decompress archive


blog comments powered by Disqus

Similar Posts

DevShed: Introducing the Flyweight Pattern with PHP 5

Sameer Borate: Efficiently Replicating RETS data to MySQL

ITNewb.com: Introduction to JSON and PHP

KillerPHP.com: Two New Video Tutorials Posted

Ade Slade's Blog: Implementing Twitter sign-in with Silex and PHP


Community Events











Don't see your event here?
Let us know!


example phpunit code testing development introduction podcast interview api opinion series community application release framework functional language composer zendframework2 database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework