array_values

Example

 array array_values ( array $input ) 

Description

array_values() returns all the values from the input array and indexes numerically the array.

Return Values

Returns an indexed array of values.