array_values

 array array_values ( array $input ) 

説明

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

戻り値

Returns an indexed array of values.