News Feed
Jobs Feed
Sections




News Archive
Jeff Moore's Blog:
Closures (& Lambda Functions) are coming to PHP
March 23, 2009 @ 11:14:18

Jeff Moore has a new post showing an example of a feature that will be included in the upcoming PHP 5.3 release - closures/lambda functions.

Dagfinn has a post looking at using the new closure feature of PHP 5.3. He compares using foreach for iteration versus array_map. "Interesting," he concludes, "but not necessarily better than conventional alternatives." I agree for that case. Consider instead, a more complicated operation that requires a setup and a tear down after.

Jeff's example proposes that, instead of duplicating code, you use a lambda function to handle the custom parsing of the data as needed and pass that into the "doIt" function in his example.

0 comments voice your opinion now!
closure lambda example php5 setup teardown


blog comments powered by Disqus

Similar Posts

Timothy Boronczyk's Blog: Anonymous Functions and Closures

PHP Thinktank Blog: PHP Certification

Ibuildings Blog: PHP is NOW

Linux-Watch.com: Fantistico - LAMP application setup for idiots

Jeff Moore's Blog: Closures (& Lambda Functions) are coming to PHP


Community Events











Don't see your event here?
Let us know!


opinion podcast code tool object introduction interview framework testing series development community example unittest release zendframework2 composer language phpunit functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework