<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/anonymousfunction</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 23:57:42 GMT</pubDate>
<item>
<title>(PHP) Pass anonymous function (lambda) as parameter prior to PHP 5.3 - karlhorky</title>
<link>http://snipplr.com/view/44972/pass-anonymous-function-lambda-as-parameter-prior-to-php-53/</link>
<description><![CDATA[ <p>Prior to 5.3, anonymous functions (lambdas) can be achieved via the create_function PHP function. This allows for the anonymous functions to be passed as parameters to another function as well, illustrated in this example snippet.</p> ]]></description>
<pubDate>Sun, 28 Nov 2010 05:50:55 GMT</pubDate>
<guid>http://snipplr.com/view/44972/pass-anonymous-function-lambda-as-parameter-prior-to-php-53/</guid>
</item>
</channel>
</rss>