fork(6) download
  1. <?php
  2.  
  3. $array = array( 'Linguagem', 'Língua', 'Lang' );
  4.  
  5. shuffle( $array );
  6. echo current( $array );
  7.  
  8.  
Success #stdin #stdout 0.02s 24448KB
stdin
Standard input is empty
stdout
Linguagem