fork download
  1. <?php
  2. $answers = array(
  3. 'da', 'net',
  4. 'pidora', 'otvet');
  5. $random = mt_rand (0,count($answers));
  6. echo "{$answers[$random]}";
  7.  
  8.  
Success #stdin #stdout 0.03s 52480KB
stdin
Standard input is empty
stdout
otvet