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

Sameer Borate's Blog: Data filtering and validation using Inspekt

Arnold Daniels' Blog: How I PHP: The Output Handler

DevX.com: Generating Reports and Statistics in PHP

The Shadow Fox Network: Create Dynamic URLs With Mod_Rewrite and PHP Functions

Happy Accidents: Orno Skinny Series Part 1: Building a RESTful API


Community Events









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


functional framework development opinion api event tool interview testing example introduction language community podcast conference release composer zendframework2 code object

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