News Feed
Jobs Feed
Sections




News Archive
Kevin Schroeder's Blog:
You want to do WHAT with PHP? Chapter 4
September 02, 2010 @ 13:49:23

Kevin Schroeder has another new post to his blog today with an excerpt from his "You Want to Do WHAT with PHP?" book. This new post is a section from the fourth chapter looking at stream handling.

Communication is key to building applications now and for the future. While it is not something that I think that everyone should do, I have not seem many applications that make good use of streams in PHP. Streams can be immensely useful in the right situations, but a lot of developers are not really aware of how streams can be used. [...] While I don't think you will end up basing your application around streams it is a really good idea to know how streams work.

The sample code (and description) talk about changing the properties of a stream on the fly. He shows how, with a fgets loop checking the input, he can catch a command from the already running script and change the compression setting on the currently open stream. The compression changes the stream's data from plain text to a binary format as handled by the streams functionality.

1 comment voice your opinion now!
book excerpt kevinschroeder streams


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Magento 1.3: PHP Developers Guide Free Copies

Lorna Mitchell's Blog: Book Review: MongoDB and PHP

Raphael Stolt's Blog: Zend Framework in Action Pre-review

Rob Richards\' Blog: We Have A Winner

Zend Developer Zone: PHP Security Tip #20 (Resources)


Community Events











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


introduction development usergroup release language zendframework2 community symfony2 opinion podcast conference database unittest phpunit framework series rest interview functional testing

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