php,array_unique去重后,键名重新排序

array_unique: 去重; 
array_values: 键名重新排序
array_values(array_unique($ary_data));

你可能感兴趣的:(php)