shuffle 函数

$arr = array(1,2);
$shuffle = shuffle($arr);
dpm($shuffle);
原文地址:https://www.cnblogs.com/qinqiu/p/7171366.html