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