PHP Manual: array_values
array_values
Description
array array_values ( array input )
array_values() returns all the values from the
input array and indexes numerically the
array.
See also array_keys().
array_values() returns all the values from the
input array and indexes numerically the
array.
See also array_keys().