简单教程
提交运行
代码编辑器:
<?php $a = array("a"=>"Volvo","b"=>"BMW","c"=>"Toyota"); print_r(array_reverse($a));
运行结果: