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() の結果を連想配列として使用できないため、要素を数値で参照する必要があります。これを行う方法はありますか?
$array = array_values($array);