array_rand() expects the array as a parameter and returns a random index value as integer which then can be used to get the array value. <?php ...
確定! 回上一頁