fork download
  1. <?php
  2.  
  3. echo time();
  4. echo "\n";
  5. echo microtime(true);
Success #stdin #stdout 0.01s 82560KB
stdin
Standard input is empty
stdout
1539946052
1539946052.5662