源代码:
"Peter","Age"=>"41","Country"=>"USA"); print_r(array_values($a)); ?>
运行结果:
Array ( [0] => Peter [1] => 41 [2] => USA )