News Feed
Jobs Feed
Sections




News Archive
Setfive.com:
PHP Some thoughts on using array_* with closures
March 19, 2013 @ 10:36:22

On the Setfive site there's a recent post from Ashish Datta about some thoughts around array functions and closures for callback methods.

The other day, I was hacking away on the PHP backend for the "Startup Institute" visualization and I realized it was going to need a good deal of array manipulation. Figuring it was as good a time as any, I decided to try and leverage PHP 5.3+ new closures along with the array_* functions to manipulate the arrays. I'm not well versed with functional programming but I've used Underscore.js's array/collection functions so this is mostly in comparison to that.

He gives a sample data set he's pulling from - basic user data - and goes through a few different actions that can be taken on the data (with code examples for each): sorting, mapping and filtering. He shows the use of closures as the callback methods instead of defining them separately and passing in their names.

0 comments voice your opinion now!
array closure callback example


blog comments powered by Disqus

Similar Posts

PseudoCoder.com: How To Really Use Xdebug To Speed Up Your App

Luke Welling's Blog: I <heart> register_globals

DevShed: The Switch Statement and Arrays

SitePoint PHP Blog: Are PHP Namespaces Really So Bad?

David Coallier's Blog: PHP Namespaces (Part 1: Basic usage & gotchas)


Community Events











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


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

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