<?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: Callback-functions explained</title>
	<atom:link href="http://blog.peterhaza.no/callback-functions-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.peterhaza.no/callback-functions-explained/</link>
	<description>Opinions on most things</description>
	<lastBuildDate>Mon, 18 Apr 2011 06:29:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Linh Thi Nguyen</title>
		<link>http://blog.peterhaza.no/callback-functions-explained/comment-page-1/#comment-367</link>
		<dc:creator>Linh Thi Nguyen</dc:creator>
		<pubDate>Wed, 04 Aug 2010 23:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peterhaza.no/?p=6#comment-367</guid>
		<description>&lt;p&gt;Come on Guys, Mr. Peter Haza is awesome guy, I think that he is very smart guy. Callback has to be interpreted like Mr. Peter Haza, and he was explained so clearly, why overcomplicated? Thanks you very much for such a good code Mr. Peter Haza, keep up the good work. &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Come on Guys, Mr. Peter Haza is awesome guy, I think that he is very smart guy. Callback has to be interpreted like Mr. Peter Haza, and he was explained so clearly, why overcomplicated? Thanks you very much for such a good code Mr. Peter Haza, keep up the good work. </p>]]></content:encoded>
	</item>
	<item>
		<title>By: RohitK</title>
		<link>http://blog.peterhaza.no/callback-functions-explained/comment-page-1/#comment-241</link>
		<dc:creator>RohitK</dc:creator>
		<pubDate>Tue, 07 Apr 2009 10:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peterhaza.no/?p=6#comment-241</guid>
		<description>&lt;p&gt;HI, 
Thanks for this information.&lt;br /&gt;
@glen: yes this &lt;a href=&quot;http://toostep.com/idea/compiler-should-prevent-use-of-a-function-like-a-subroutine&quot; target=&quot;_blank&quot;&gt;function&lt;/a&gt; 
is easier &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>HI, 
Thanks for this information.<br />
@glen: yes this <a href="http://toostep.com/idea/compiler-should-prevent-use-of-a-function-like-a-subroutine" target="_blank" onclick="pageTracker._trackPageview('/outgoing/toostep.com/idea/compiler-should-prevent-use-of-a-function-like-a-subroutine?referer=');">function</a> 
is easier </p>]]></content:encoded>
	</item>
	<item>
		<title>By: RohitK</title>
		<link>http://blog.peterhaza.no/callback-functions-explained/comment-page-1/#comment-242</link>
		<dc:creator>RohitK</dc:creator>
		<pubDate>Tue, 07 Apr 2009 10:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peterhaza.no/?p=6#comment-242</guid>
		<description>&lt;p&gt;HI, 
Thanks for this information.&lt;br /&gt;
@glen: yes this &lt;a href=&quot;http:\/\/toostep.com\/idea\/compiler-should-prevent-use-of-a-function-like-a-subroutine&quot; target=&quot;_blank&quot;&gt;function&lt;/a&gt; is easier &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>HI, 
Thanks for this information.<br />
@glen: yes this <a href="http:\/\/toostep.com\/idea\/compiler-should-prevent-use-of-a-function-like-a-subroutine" target="_blank">function</a> is easier </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://blog.peterhaza.no/callback-functions-explained/comment-page-1/#comment-66</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Sat, 06 Dec 2008 20:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peterhaza.no/?p=6#comment-66</guid>
		<description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;Ok this is over complicated. Im sure the following will work, and its easier:&lt;/p&gt;

&lt;p&gt;function example ( $somevar, $callback ) {&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$result = $callback( $somevar );
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi</p>

<p>Ok this is over complicated. Im sure the following will work, and its easier:</p>

<p>function example ( $somevar, $callback ) {</p>

<pre><code>$result = $callback( $somevar );
</code></pre>

<p>}</p>]]></content:encoded>
	</item>
</channel>
</rss>

