首頁 > 後端開發 > php教程 > PHP下載網頁

PHP下載網頁

WBOY
發布: 2016-08-08 09:31:27
原創
1739 人瀏覽過

/*
  author:whq
  作用:取得網頁的內容
*/
  include "../Snoopy/Snoopy.class.php"; *
  透過fopen來下載網頁
*/
public function getContentByFopen($url)
{

$content = '';
if($f)
{
while(($buffer = fgets($f, 10240)) != false)

. buffer;
}
fclose($f);
}
return $content;
}B.
$content = file_get_contents($url);
return   $content;
}        /*     ByCurl($url)
        {             $ch = curl_init($url);              curl_setopt($ch, CURLOPT_HEADER, 0);
             $content = curl_exec($ch);             curl_close($ch);             return $content;🠎 ($url)
        {       
$snoopy = new Snoopy;       
$oop y->results;        }

}
    
    $url     = " http://www.kugou.com/yy/special/single/18920.html";    $crawler = new CuteCrawler();    $content = $crawler->getContentByF($url); ->getContentByFilegetcontent($url);
    $con2    = $crawler->getContentByCurl($url);
    $con3   我 / echo $con1;
   // var_dump($con1);
    print_r($con3);
?>
以上就介紹了PHP下載網頁,包含了方面的內容,希望對PHP教學有興趣的朋友有幫助。


相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板