News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Real-life example of Closure usage with PHP5.3
December 07, 2010 @ 15:31:35

Gonzalo Ayuso has posted his real-life example of closures in a PHP 5.3 application rather than some of the syntax-only based examples from several other sites around the web.

One of the new improvements in new PHP5.3 version are the Closures. Here you are a real-life example where closures are really useful for me.

His example shows how to work with a nested array of data from a SQL query and walk through it using the array_walk function and a closure as a call back. Using the "use" keyword allows it to pull in values from outside the closure's scope and process the quantity, amount and price values to calculate totals.

0 comments voice your opinion now!
calculate closure reallife example feature


blog comments powered by Disqus

Similar Posts

Adam Trachtenberg's Blog: PHP SOAP vs. SDO

YoungCoders.com: The PHP Construct You've Never Used

PHP Tip-a-Day: PHP Tutorial: Convoluted Code - Combining Ternary Operators and Anonymous Functions

Ilia Alshanetsky\'s Blog: FUDforum 2.7.4RC1 Released

KillerPHP.com: Zend Framework: Using View Helpers to Build Rich, Scalable, Controls


Community Events











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


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

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