[PHP] Sorting multiple dimensional arrays From: Boget, Chris (Chris.Boget <email protected>)
Date: 10/15/01

I've got a 4 (yes, 4) dimensional array. However, I only
want to sort on the third dimension only.
I've tried ksort() and array_multisort() but neither seem
to work. Tried a few of the other functions but they don't
seem to work, either.
Any suggestions? Hints?

Chris