简单教程
提交运行
代码编辑器:
<?php $numbers = array(4,6,2,22,11); sort($numbers); print_r( $numbers );
运行结果: