<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
				<title>Comments on: Haystack-Needle-Sheet</title>
		<link>http://www.phpdevblog.net/2009/08/haystack-needle-sheet.html</link>
		<description>Haystack-Needle-Sheet Comment Feed</description>
				<language>de</language>
		<pubDate>Thu, 09 Sep 2010 19:28:40 +0000</pubDate>
		<generator>mcw[blog] 'Ruby' Alpha 3</generator>
		<item>
			<title>Comment #1 by: ellisgl</title>
			<link>http://www.phpdevblog.net/2009/08/haystack-needle-sheet.html#comment3545</link>
			<guid>http://www.phpdevblog.net/2009/08/haystack-needle-sheet.html#comment3545</guid>
			<author>ellisgl</author>			
			<pubDate>Tue, 04 Aug 2009 12:54:56 +0000</pubDate>
			<content:encoded><![CDATA[ Wish it had a short description about the function for cross ref. =) ]]></content:encoded>
		</item>
		<item>
			<title>Comment #2 by: Dominik Jungowski</title>
			<link>http://www.phpdevblog.net/2009/08/haystack-needle-sheet.html#comment3661</link>
			<guid>http://www.phpdevblog.net/2009/08/haystack-needle-sheet.html#comment3661</guid>
			<author>Dominik Jungowski</author>			
			<pubDate>Fri, 07 Aug 2009 08:35:24 +0000</pubDate>
			<content:encoded><![CDATA[ That's a good idea actually. I think I will update the sheet some time soon adding a short description ]]></content:encoded>
		</item>
		<item>
			<title>Comment #3 by: John Wells</title>
			<link>http://www.phpdevblog.net/2009/08/haystack-needle-sheet.html#comment3793</link>
			<guid>http://www.phpdevblog.net/2009/08/haystack-needle-sheet.html#comment3793</guid>
			<author>John Wells</author>			
			<pubDate>Tue, 11 Aug 2009 07:06:09 +0000</pubDate>
			<content:encoded><![CDATA[ explode() and implode() are also useful to add &#8211; they are in effect $needle $haystack order.<br />
<br />
In addition, str_replace, and all the regex functions, are $needle, $replacement, $haystack order.<br />
<br />
If there's one thing PHP lacks, it's consistency. Fortunately the online documentation is excellent and can be pulled up in seconds. However, for that reason, I find it difficult to code in PHP without an internet connection. ]]></content:encoded>
		</item>
		<item>
			<title>Comment #4 by: FloH</title>
			<link>http://www.phpdevblog.net/2009/08/haystack-needle-sheet.html#comment4682</link>
			<guid>http://www.phpdevblog.net/2009/08/haystack-needle-sheet.html#comment4682</guid>
			<author>FloH</author>			
			<pubDate>Mon, 14 Sep 2009 17:34:44 +0000</pubDate>
			<content:encoded><![CDATA[ Not exactly "$needle, $haystack" but the example for inconsistency that I always give is array_map('callback',$array) and array_filter($array,'callback'). ]]></content:encoded>
		</item>
		</channel>
</rss>