News Feed
Jobs Feed
Sections




News Archive
Bjarte Karlsen's Blog:
Sorting with uasort
October 30, 2006 @ 13:25:00

Bjarte Karlsen has a handy tip posted to his blog today - one array function to keep in mind when doing more than just the basic sorting - uasort.

Problem: You have an array of objects or a multidimentional arrays where the key of the first array has some meaning. It could be a id or something else. You want to sort the array and maintain the key=>value association.

Some may then proceed to loop the array and sort it in a loop, however there is a easier method.

He reminds us that the fucntion allows you to take in the array and, based on a user-defined function, sort the results, keeping the association between the keys and values.

0 comments voice your opinion now!
sorting uasort user defined function maintian assoication sorting uasort user defined function maintian assoication


blog comments powered by Disqus

Similar Posts

Hasin Hayder's Blog: Counting occurrence of a word in a String - Benchmarking of PHP functions

Gonzalo Ayuso's Blog: New features in PHP5.4 alpha1

The Bakery: Basic User Authentication in (CakePHP) 1.2.x

PHPMaster.com: An Introduction to Ctype Functions

Richard Miller\'s Blog: UPHPU meeting on custom 404 pages


Community Events











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


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

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