s, $thirdPrizeCount); } // 四等奖 if (!empty($fourthPrizeCount)) { $result['fourthPrize'] = axz_drawWinners($userIds, $fourthPrizeCount); } return $result; } function axz_drawWinners(&$userIds, $count) { $winners = array(); for ($i = 0; $i < $count; $i++) { // 从用户ID数组中随机选择一个用户 $randomIndex = array_rand($userIds); $winnerId = $userIds[$randomIndex]; // 将中奖用户添加到结果数组中,并从原数组中移除 $winners[] = $winnerId; unset($userIds[$randomIndex]); } return $winners; } 【分享网】

您所在的用户组无权下载该附件

本站杜绝一切以赌博获利的存在,所有项目均来自互联网转载。收录内容真实性需自行判断,如出现任何问题本站免责。感谢理解。