fork download
  1. <?php
  2.  
  3.  
  4. $answers = array('да', 'нет', 'не знаю', 'никогда', 'это зависит от тебя', 'спроси анона');
  5.  
  6. $question = "Выучу ли я PHP без регистрации и смс?";
  7.  
  8. $answer = $answers[mt_rand(0, count($answers)-1)];
  9.  
  10. echo "$answer";
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
да