News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Closures coming in PHP 5.3 and that's a Good Thing
February 20, 2009 @ 14:05:56

Jani Hartikainen takes a look at closures in a new post to his blog - why their good and why they can help you more than you know.

PHP 5.3 will be introducing closures to PHP. Closures, also known as anonymous functions, will allow you to declare functions "inline" and store them in variables. While the syntax may seem a bit weird compared to how it is in languages like JavaScript, closures will be a useful addition to the language. However, like reflection, it's a feature that may not immediately show it's usefulness...

He explains what they are (a sort of anonymous function) and a simple example of them in use - a function that works with data from an array to display each of the rows with the given "formatter" function. Another brief example is a method of using them in PHP functions like array_map and usort as an argument for the callback parameter.

0 comments voice your opinion now!
closure php5 good anonymous function example row loop callback


blog comments powered by Disqus

Similar Posts

Julian on Software: PHP vs Java IMHO

DevShed: Creating an Error Handling Module for a PHP 5 File Uploader

codediesel.com: 6 books to master PHP

DevShed: Iterators in the Simplest Sense - Traversing Data Structures in PHP 5

YoungCoders.com: Debunking the Bloated Smarty Myth


Community Events











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


community usergroup release zendframework2 development symfony2 database rest podcast opinion series functional language framework example interview conference phpunit introduction testing

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