首頁 > 後端開發 > php教程 > php file_get_contents函數抓取頁面資訊的程式碼

php file_get_contents函數抓取頁面資訊的程式碼

WBOY
發布: 2016-07-25 09:04:15
原創
1103 人瀏覽過
  1. $url="http://bbs.55bbs.com";
  2. $contents=@file_get_contents($url);
  3. //preg_match_all("/

    (.*?)

    /is",$contents,$content);
  4. preg_match_all("/

    (.*?)

    /is",$contents,$content);
  5. print_r($content[0]);
  6. ?>
复制代码

对于较为复杂点的页面抓取,可以考虑采用curl的方法,具体可以参考如下的文章: PHP中用CURL伪造IP来源的方法 php使用curl判断远程文件是否存在的代码 php使用curl伪造IP来源的代码 php模拟登录qq邮箱(curl命令详解) php curl 学习总结 curl命令模拟表单上传文件 另外,有关php file_get_contents函数的用法,可以参考如下的文章: php file_get_contents函数代理获取远程页面的代码 php file_get_contents函数的使用问题 PHP-CGI 进程 CPU 100% 与 file_get_contents 函数的关系 php使用socket、curl、file_get_contents方法POST数据的实例 http://www.w3school.com.cn/php/func_filesystem_file_get_contents.asp



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