News Feed
Jobs Feed
Sections




News Archive
SaniSoft Blog:
Lambda functions and Closures in PHP 5.3c
October 12, 2010 @ 10:59:38

On the SaniSoft blog there's a recent post looking at one of the more recent and more powerful features to be included in PHP (as of 5.3) - lambdas and closures.

PHP 5.3 has introduced a whole new range of cool features like Namespaces, late static binding, new error levels, to name a few. But the functionality that I found most handy for day to day programming is the Lambda functions and Closures that found their way in PHP through version 5.3

The introduce the concept of the lambda/closure functions and how they can be used instead of several of the usual callback functions. In their example, they give an array of data (associative inside of a numeric key) and an array_filter call with a closure callback to check the value of the "score" value in each. Their closure example assigns the function to a variable to return the score information from the same dataset.

0 comments voice your opinion now!
closure lambda tutorial function


blog comments powered by Disqus

Similar Posts

phpDevelopment Blog: Zend Framework Tutorial Series: Part 3 – Login and Signup with (RE)Captcha

Evan Sims' Blog: Web APIs by Example, Part I: Twitter

DevShed: Enhancing a URL Handling Helper Class in PHP 5

DevShed: Building Object-Oriented Web Pages with Inheritance in PHP 5

WebReference.com: Access Control (in a PHP5 CMS)


Community Events











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


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

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