<?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>Sun, 05 Feb 2012 09:04:21 +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 13: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 09: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 08: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 18: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>
		<item>
			<title>Comment #5 by: J</title>
			<link>http://www.phpdevblog.net/2009/08/haystack-needle-sheet.html#comment56290</link>
			<guid>http://www.phpdevblog.net/2009/08/haystack-needle-sheet.html#comment56290</guid>
			<author>J</author>			
			<pubDate>Tue, 08 Nov 2011 20:00:19 +0000</pubDate>
			<content:encoded><![CDATA[ So, I'm supposed to print this out and tape it on my monitor?<br />
<br />
There is absolutely no reason to have this. If your IDE doesn't support code completion/code tips, you're doing web development wrong. Go download http://www.mpsoftware.dk/phpdesigner.php ]]></content:encoded>
		</item>
		</channel>
</rss>
