How to reindex an array? February 9, 2023 by Tarik Use array_values: $reindexed_array = array_values($old_array);