|
|
|
สอบถาม ว่าคำสั่ง random php แบบมีเงื่อนไข สามารถทำได้มั้ยครับครับ |
|
|
|
|
|
|
|
Code (PHP)
<?php
$low= 0;
$height= 1000;
$num_1 =1;
$num_2 =3;
$num_3 =4;
$num_4 =6;
$num_5 =2;
$reserveNumber = array($num_1, $num_2, $num_3, $num_4, $num_5);
do{
$rand = rand($low, $height);
}while(in_array($rand, $reserveNumber));
php - in_array
ใช้การสุ่มแล้วเช็คว่าซ้ำมั้ย ถ้าซ้ำก็สุ่มใหม่จนกว่าจะได้ครับ
|
ประวัติการแก้ไข 2014-01-05 16:42:18
|
|
|
|
Date :
2014-01-05 16:37:54 |
By :
itpcc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|