array_rand() function is used to get random value from PHP array. Usage <?php $a=array("apple","banana","grapes","mango","orange"); echo ...
確定! 回上一頁