fork download
  1. <?php
  2.  
  3. $input = array("Neo", "Morpheus", "Trinity", "Cypher", "Tank");
  4. $randKey = array_rand($input);
  5.  
  6. echo $input[$randKey];
Success #stdin #stdout 0.01s 24180KB
stdin
Standard input is empty
stdout
Trinity