tryphp_func_array_values.php:
"Peter","Age"=>"41","Country"=>"USA"); print_r(array_values($a)); ?>
Array ( [0] => Peter [1] => 41 [2] => USA )