"Kid Pan", "PO Krillen", "Android #16", "Android #19", 'SR'=>'Vegeta',-6ren">
gpt4 book ai didi

php - 随机变量时 undefined offset ?

转载 作者:行者123 更新时间:2023-12-03 09:09:21 25 4
gpt4 key购买 nike

$units = array(
"R" =>"Kid Pan", "PO Krillen", "Android #16", "Android #19",
'SR'=>'Vegeta', 'Piccolo', 'Botamo', 'SSJ2GokuGT', 'CaptainGinyu',
'SSR'=>'TEQPerfectCell', 'STRGogeta', 'PHYKidBuu', 'STRBroly',
);
echo $units[rand(0, count($units) - 1)] . "\n";

这段代码可以正常工作,但有时会出错,有些带有不同的网络号?
例如; “NOTICE undefined offset :第8行上为10” 注意 undefined offset :第8行上为

顺便说一句,我正在使用 http://phptester.net/测试此代码

(我是菜鸟-对不起:/)

最佳答案

尝试使用array_rand

echo $units[ array_rand($units)] . "\n";

http://php.net/manual/en/function.array-rand.php

关于php - 随机变量时 undefined offset ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48130573/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com