简单教程
提交运行
代码编辑器:
<?php $my_array = array("red","green","blue","yellow","purple"); shuffle($my_array); print_r($my_array);
运行结果: