PHP array_values function
array_values
(PHP 4, PHP 5)
array_values -- Return all the values of an arrayDescriptionarray array_values ( array input )
array_values() returns all the values from the
input array and indexes numerically the
array.
Example 1. array_values() example
The above example will output:
Array
(
[0] => XL
[1] => gold
)
See also array_keys().
Home | PHP Functions | PHP array_values function
You’re currently reading “ PHP array_values function ,” an entry on BRADINO
- Published:
- 2.26.07 / 1am
- Category:
- PHP Functions























Have your say