php array_map使用自定义的函数处理数组中的每个值 array_map将回调函数作用到给定数组的单元上。说明arrayarray_map(callable$callback,array$arr1[,array$... array_map使用自定义的函数处理数组