php抓包有什麼好的工具提取抓取的頁面資訊??

來源:互聯網
上載者:User
php抓包有什麼好的工具提取抓取的頁面資訊??

回複內容:

php抓包有什麼好的工具提取抓取的頁面資訊??

http://simplehtmldom.sourceforge.net/manual.htm

find('article.newsentry') as $article) {    $item['time']    = trim($article->find('time',            0)->plaintext);    $item['title']   = trim($article->find('h2.newstitle',    0)->plaintext);    $item['content'] = trim($article->find('div.newscontent', 0)->plaintext);    $news[] = $item;}print_r($news);

file_get_html耗時只比wget和curl多一點.
simple_html_dom.php進行DOM分析速度也不慢,使用PHP7(PCRE JIT)速度還能成倍提升.
另外還有:
phpQuery - jQuery port to PHP
https://github.com/TobiaszCudnik/phpquery
http://querylist.cc/

Ganon - Fast (HTML DOM) parser written in PHP
https://github.com/Shemahmforash/Ganon

PHP抓包?沒懂...
推薦個抓包的Fiddler

瀏覽器本身內建,如果想抓機器流量找。死耐fao。 音譯,名字忘記了,或者百度搜尋 科來

你是要採集?截取?還是儲存資料流

根據你問題下的評論:

之前表達有誤,我想問的是php抓取頁面後,有什麼好的方式解析dom提取資料?

可以看下這個開源項目
https://github.com/sunra/php-simple-html-dom-parser

jQueryPHP snoopy

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.