How to re-index the values of an array in PHP? [duplicate]

array_values() will re-index the array.

Leave a Comment