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 numerically the
array.
&reftitle.parameters;
input
The array.
&reftitle.returnvalues;
Returns an indexed array of values.
&reftitle.examples;
array_values example
"XL", "color" => "gold");
print_r(array_values($array));
?>
]]>
&example.outputs;
XL
[1] => gold
)
]]>
&reftitle.seealso;
array_keys