数组合并
$c= array_merge($a,$b);
数组排序
array_multisort(array_column($c,'需要排序的键值'),SORT_DESC,$c);
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!