I have an array of arrays. The inner array looks like this.
Array
(
[comparisonFeatureId] => 1188
[comparisonFeatureType] => Category
[comparisonValues] => Array
(
[0] => Not Available
[1] => Not Available
[2] => Not Available
[3] => Standard
)
[featureDescription] => Rear Reading Lamps
[groupHeader] => Convenience
)
So I have an array of the above array and I need to sort the array by featureDescription. Is there a way to do this using one of PHPs internal functions?