php隨機獲取數組的值

php隨機獲取數據裏的值,利用php自帶函數array_rand()去實現,array_rand()的功能是隨機數組的key,而後能夠經過隨機key再去獲取數組裏的值。php 1、array_rand(數組,隨機key的個數) 隨機獲取數組值代碼:web <?php $a = array('test1','test2','test3','test4'); //獲取數據隨機key
相關文章
相關標籤/搜索