fork(2) download
  1. <?php
  2.  
  3. $partOne = substr(str_shuffle("ABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, 3);
  4. $partTwo = substr(str_shuffle("0123456789"), 0, 4);
  5. echo $partOne.$partTwo;
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
ZPN1690