Re-index numeric array keys [duplicate]

$your_new_array = array_values($your_old_array);

Leave a Comment