2010-01-08から1日間の記事一覧
$value) { $total += $value; if ($rand <= $total) { $result = $key; break; } } echo $result; // 抽選結果($targetsの添字) 補足: ・$sumが100になるように調整す…
$value) { $total += $value; if ($rand <= $total) { $result = $key; break; } } echo $result; // 抽選結果($targetsの添字) 補足: ・$sumが100になるように調整す…