多维数组排序用:array_multisort()foreach($Array_10 as $r)
  $sa[] = $r['GROUP'];
$arr = array_multisort($sa, SORT_DESC, $Array_10);