php display random text from array code example Example: laravel random value from array $k = array_rand($array); $v = $array[$k];