News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Creating custom stream filters
June 17, 2009 @ 07:56:28

In a new post to his blog Sameer takes a look at streams and filters in PHP applications, specifically how to set up a custom filter to attach to any stream.

In this post we will see how to create a custom stream filter. Streams, first introduced in PHP 4.3, provide an abstration layer for file access. A number of different resources besides files - like network connections, compression protocols etc. can be regarded as "streams" of data which can be serially read and written to.

Streams are the method "behind the scenes" for several of the PHP functions you already use (like fsockopen and file_get_contents). His example shows you how you can manually create a stream and attach a filter to it to replace URLs in the contents of the stream with the "[---URL---]" string and push it back to the standard output.

0 comments voice your opinion now!
filter custom tutorial stream


blog comments powered by Disqus

Similar Posts

DevShed: Developing SOAP Clients using PHP

ZendCasts.com: Building a JSON End-Point With SLIM and jQuery: Part 2

Zend: Zend Framework Database Access Webinar (Oct 31st, 2007)

Jason Grimes' Blog: Using Doctrine 2 in Zend Framework 2

PHPit.net: Having fun with PHP\'s output buffer


Community Events









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


api testing language code introduction community database development event zendframework2 interview opinion example functional framework object composer release phpunit unittest

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