tags:

views:

43

answers:

1
+5  A: 
$array = array_values($array);
konforce
+1, this is easiest, although one could employ an `SPLDoublyLinkedList` if you want it done automatically.
Wrikken
@konforce, thank you! perfect!
dany
@Wrikken, looking into it, thanks!
dany