News Feed
Jobs Feed
Sections




News Archive
Fabien Potencier's Blog:
On PHP 5.3, Lambda Functions, and Closures
April 17, 2009 @ 10:29:43

In this new post to his blog Fabien Potencier looks at two of the much-hyped features of the upcoming PHP 5.x series release (5.3) - closures and lambda functions.

I won't talk too much about what lambda functions or closures are, as you can find many good blog posts describing them in great details. To sum up, a lambda function is an anonymous PHP function that can be stored in a variable and passed as an argument to other functions or methods. A closure is a lambda function that is aware of its surrounding context.

He includes several examples including how they would work with a few of the array functions, an implementation of the Y-combinator method (as written by Stanislav Malyshev) and how they can be used to create dependency injection functionality.

2 comments voice your opinion now!
lambda function closure php5 array ycombinator dependency injection container


blog comments powered by Disqus

Similar Posts

Secunia.com: Debian Update for PHP4 & PHP5

PHP.net: PHP 5.2.4 Released

DevShed: Overloading Classes in PHP 5

Lorna Mitchell's Blog: PHP and JSON

Community News: WordPress 2.0.6 Released to Resolve Security Issues


Community Events











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


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

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