fork(2) download
  1. <?php
  2. echo strlen(file_get_contents("http://google.com"));
  3. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
   
Warning: file_get_contents(): URL file-access is disabled in the server configuration in /home/cSrEkz/prog.php on line 2

Warning: file_get_contents(http://google.com): failed to open stream: no suitable wrapper could be found in /home/cSrEkz/prog.php on line 2
0