News Feed
Jobs Feed
Sections




News Archive
Timothy Boronczyk's Blog:
Anonymous Functions and Closures
March 10, 2009 @ 12:57:08

Timothy Boronczyk has written up a new blog post about two of the features he's most excited about in the upcoming PHP 5.3 release - anonymous functions and closures.

As of version 5.3, PHP will offer better support for anonymous functions and a new syntax which supports closures. [...] Anonymous functions are functions that are defined without being bound to a proper name. Typically, anonymous functions are used only a limited number of times and for a specific purpose; you could think of them as "throw-away" functions if you'd like.

He includes some code examples showing how the anonymous functions can replace the current create_function method and how closures can effectively import variable values into the current scope just like they were passed in.

0 comments voice your opinion now!
php5 closure anonymous function example


blog comments powered by Disqus

Similar Posts

Andi Gutmans' Blog: Inside Zend Server: Linux Take 2 - Examples

JSLabs Blog: How to create a php upload progress meter

DevShed: Using Unbuffered Queries and More with SQLite with PHP 5

YoungCoders.com: Debunking the Bloated Smarty Myth

php|architect: The state of PHP 5.3 support


Community Events











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


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

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