源代码:
Refresh the page to see how shuffle() randomizes the order of the elements in the array.
运行结果:
Array ( [0] => green [1] => blue [2] => red [3] => yellow [4] => purple )
Refresh the page to see how shuffle() randomizes the order of the elements in the array.