array_values()
array_values - Return all the values of an array
Syntax
array array_values (
array $input)
Arguments
Description
array_values() returns all the values from the input array and indexes numerically the array.
Version
PHP 4, 5
Return value
Returns an indexed array of values.