<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating custom stream filters</title>
	<atom:link href="http://www.codediesel.com/php/creating-custom-stream-filters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com/php/creating-custom-stream-filters/</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:39:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Creating custom stream filters : CodeDiesel</title>
		<link>http://www.codediesel.com/php/creating-custom-stream-filters/comment-page-1/#comment-1261</link>
		<dc:creator>Creating custom stream filters : CodeDiesel</dc:creator>
		<pubDate>Mon, 22 Jun 2009 22:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=1001#comment-1261</guid>
		<description>[...] is the original post: Creating custom stream filters : CodeDiesel   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] is the original post: Creating custom stream filters : CodeDiesel   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameer</title>
		<link>http://www.codediesel.com/php/creating-custom-stream-filters/comment-page-1/#comment-1258</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Sat, 20 Jun 2009 04:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=1001#comment-1258</guid>
		<description>Well it may look like manipulating data in a variable is preferable to the above. But the above is just a simple example. Once you add a filter to a stream it basically hides all the implementation details from the user. You will be unaware of the data being manipulated in a stream.

And also the same filter can be used with any stream (files, urls, various protocols etc.) without any changes to the underlying code.

Also multiple filters can be chained together, so that the output of one can be the input of another.</description>
		<content:encoded><![CDATA[<p>Well it may look like manipulating data in a variable is preferable to the above. But the above is just a simple example. Once you add a filter to a stream it basically hides all the implementation details from the user. You will be unaware of the data being manipulated in a stream.</p>
<p>And also the same filter can be used with any stream (files, urls, various protocols etc.) without any changes to the underlying code.</p>
<p>Also multiple filters can be chained together, so that the output of one can be the input of another.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://www.codediesel.com/php/creating-custom-stream-filters/comment-page-1/#comment-1257</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Fri, 19 Jun 2009 16:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=1001#comment-1257</guid>
		<description>This was all a bit new to me :) Could you say something about the strenghts of this approach as apposed to manipulating the data in a variable?</description>
		<content:encoded><![CDATA[<p>This was all a bit new to me <img src='http://www.codediesel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Could you say something about the strenghts of this approach as apposed to manipulating the data in a variable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer Borate&#8217;s Blog: Creating custom stream filters &#124; Webs Developer</title>
		<link>http://www.codediesel.com/php/creating-custom-stream-filters/comment-page-1/#comment-1250</link>
		<dc:creator>Sameer Borate&#8217;s Blog: Creating custom stream filters &#124; Webs Developer</dc:creator>
		<pubDate>Wed, 17 Jun 2009 13:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=1001#comment-1250</guid>
		<description>[...] a new post to his blog Sameer takes a look at streams and filters in PHP applications, specifically how to set up a custom [...]</description>
		<content:encoded><![CDATA[<p>[...] a new post to his blog Sameer takes a look at streams and filters in PHP applications, specifically how to set up a custom [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

