$items = Array(523,3452,334,31,…5346);
此数组的每个项目都是一个数字。
如何获得随机物品$items?
$items
echo $items[array_rand($items)];
array_rand()