array_values Return all the values of an array &reftitle.description; arrayarray_values arrayinput array_values returns all the values from the input array and indexes the array numerically. &reftitle.parameters; input The array. &reftitle.returnvalues; Returns an indexed array of values. &reftitle.examples; <function>array_values</function> example "XL", "color" => "gold"); print_r(array_values($array)); ?> ]]> &example.outputs; XL [1] => gold ) ]]> &reftitle.seealso; array_keys