fork(11) download
  1. <?php
  2.  
  3. $palavras = array('Linguagem', 'Língua', 'Lang');
  4. $aleatorio = rand(0, 2);
  5. echo $palavras[$aleatorio];
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
Linguagem