fork download
  1. <?php
  2. $array = [
  3. 'прыщавый', 'двачер', 'девственник', 'хочет', 'выучить', 'пхп', 'чтобы', 'найти', 'тяночку'
  4. ];
  5. $word = $array[array_rand($array)];
  6. echo $word;
Success #stdin #stdout 0.02s 23828KB
stdin
Standard input is empty
stdout
прыщавый