fork download
  1. <?php
  2.  
  3. var_dump(file_get_contents('php://stdin') * 1);
  4.  
Success #stdin #stdout 0.01s 20568KB
stdin
123456789123456789123456789
stdout
float(1.2345678912346E+26)