Rebase array keys after unsetting elements [duplicate] October 14, 2022 by Tarik Try this: $array = array_values($array); Using array_values()