how to get a random index in php foreach code example Example: laravel random value from array $k = array_rand($array); $v = $array[$k];