Jagand Posted February 13, 2011 Share Posted February 13, 2011 Hi, I have an array of type array_name[roll_number][aggregate_marks]. How do I sort such array on 'aggregate_marks'? My attempts on sort, asort haven't worked. Link to comment https://forums.phpfreaks.com/topic/227571-how-to-sort-multidimensional-array/ Share on other sites More sharing options...
Pikachu2000 Posted February 13, 2011 Share Posted February 13, 2011 array_multisort perhaps? Link to comment https://forums.phpfreaks.com/topic/227571-how-to-sort-multidimensional-array/#findComment-1173835 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.