array_values

(PHP 4 >= 4.0.0)

array_values -- Return all the values of an array

Description

array array_values ( array input)

array_values() returns all the values from the input array.

Note: This function was added to PHP 4, below is an implementation for those still using PHP 3.

See also array_keys().