Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我用 for 循环进行迭代,我不能使用 result_array() 的结果作为关联数组,我需要通过 numbers 引用元素。有没有办法做到这一点?
$array = array_values($array);