News Feed
Jobs Feed
Sections




News Archive
Shameer's Blog:
PHP 5.3 Practical look into Lambda functions and closures
December 30, 2010 @ 11:11:26

For those out there still coming to grips with some of what PHP 5.3 has to offer, I'd suggest checking out this new article from Shameer about using lambdas and closures along with some examples putting them into action.

PHP 5.3 packaged the power of functional programming by adding support for lambda functions and closures. You will be familiar with them in javascript. In this article we will have a look into these features and its usages.

He starts with explanations of what they are with simple code examples showing their use - a lambda assigned to a variable and closures with the "use" keyword. He shows how they can be used in application prototyping, making handy callback functions and includes a practical example of finding the factorial of a number using a lambda.

2 comments voice your opinion now!
lambda closure tutorial practical example


blog comments powered by Disqus

Similar Posts

Simas Toleikis' Blog: Writing a PHP daemon application

Rob Allen's Blog: Zend Framework Tutorial Update & Autoloader Gotcha

PHPEasy.co.uk: Tutorial: Type Hinting in PHP

Sameer Borate's Blog: Detecting duplicate code in PHP files

DevShed: Filtering Image Streams with the GD Library in PHP


Community Events











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


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

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