fork(1) download
  1. <?php
  2.  
  3. $bytes = random_bytes(20);
  4. var_dump(bin2hex($bytes));
  5.  
  6. // your code goes here
  7.  
Success #stdin #stdout 0.03s 25380KB
stdin
Standard input is empty
stdout
string(40) "1d1123de4c7e93568b7d9a6a4fb97d51d45895df"