News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



Elizabeth Smith's Blog:
Php User Streams - why doesn't anyone use them?
0 comments :: posted Monday May 07, 2007 @ 08:04:00
voice your opinion now!

In a new post today, Elizabeth Smith takes a look at one of the lesser used (well, overall) features that PHP has to offer these days - PHP user streams.

PHP user streams are amazing - they're powerful, fun, and make things like a templating system with filters and multiple back ends quick and easy.

Here's a little "test script" that shows you how to implement contexts for your streams. What are contexts? They're resources that hold additional information. Built in php streams, such as the ftp streams, already have contexts you can set. But they're also great to use in your own user land streams.

In the test script, she shows how to open a stream to a few different resources (including passing parameters and user information), grabbing the contents of each.

tagged with: user stream example code path fopen user stream example code path fopen



developer conference PEAR ajax framework cakephp security database zend job application book PHP5 releases zendframework release mysql pecl code package

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