简单教程
提交运行
代码编辑器:
<?php $age=array("Peter"=>"35","Ben"=>"37","Joe"=>"43"); asort($age); print_r( $age);
运行结果: