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

DevShed: Abstract Classes in PHP - Setting Up a Concrete Example

Quinton Parker's Blog: PHP4 and PHP5 certification

DevShed: Migrating Class Code for a MIME Email to PHP 5

Gareth Heyes' Blog: Non alphanumeric code in PHP

IBM developerWorks: Five common PHP design patterns


Community Events











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


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

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