public function SortArraybycategoria ($x, $y) { return strcasecmp($x['categoria'], $y['categoria']); } //usort($myArray, 'SortArraybycategoria');