I am stuck, I have an array of other arrays. I have to group the information in this array by one of the elements inside the other arrays. How can I do this?
Check out the usort() function
check array_multisort()