echo only one variable randomly from array php code example Example: laravel random value from array $k = array_rand($array); $v = $array[$k];