Return all the values of an array
<? $array = array("size" => "XL", "color" => "gold"); array_values($array); ?>