News Feed
Jobs Feed
Sections




News Archive
Chris Shiflett's Blog:
Sorting Multi-Dimensional Arrays in PHP
July 01, 2011 @ 09:48:26

In a sort of "remind himself later" kind of post, Chris Shiflett has shared a quick example of a common task PHP developers face sorting a multi-dimensional array.

Every time I need to sort a multi-dimensional array in PHP, I have to remind myself how to do it. It's not quite as quick and easy to look up as most things, so I'm going to blog a quick example. I've always felt like there must be a better way to do this, so please let me know if there is, and I'll update this post accordingly.

His method sorts a multi-dimensional array of user data using the array_multisort function together with a list of the usernames in each record. In the comments, people recommend using usort instead with a callback+closure combo that keeps things nice and clean.

0 comments voice your opinion now!
sort multidimensional array hint


blog comments powered by Disqus

Similar Posts

Community News: Latest Releases from PHPClasses.org

Community News: Packagist Latest Releases for 05.03.2013

Site News: Popular Posts for the Week of 04.20.2012

Community News: Latest Releases from PHPClasses.org

Community News: Latest Releases from PHPClasses.org


Community Events











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


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

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