fork download
  1. <?php
  2.  
  3. $url = "https://docs.google.com/uc?id=0B7zY19LCJa8XeXZtWklZbFBEVG8&export=download";
  4. $site = parse_url($url, PHP_URL_HOST);
  5.  
  6. echo $site . "\n";
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
docs.google.com