In your case, since $a and $b are first level arrays so array_values is good enough but for higher level arrays, use array_map.
確定! 回上一頁