Heim >Backend-Entwicklung >PHP-Tutorial >代码采集 snoopy snoop dogg 查理·布朗 糊涂塌克

代码采集 snoopy snoop dogg 查理·布朗 糊涂塌克

WBOY
WBOYOriginal
2016-07-29 08:52:031629Durchsuche

//////////////////////php代码部分

public function snoopy()

    {
        require_once APP_PATH . 'Home/Model/Snoopy.class.php';
        //include 'Home/Model/Snoopy.class.php';   //加载Snoopy类
        $snoopy = new \Snoopy();       //实例化一个对象
        $sourceURL = "http://www.ithome.com/";    //要抓取的网页
        $snoopy->fetch($sourceURL);//获取所有内容
        $conn = $snoopy->results;
        //print_r(utf8_encode($a));
        $c 'utf-8');
        $pregContent = "/
(.*?)
/iU";
        preg_match_all($pregContent, $content, $contentArray);//匹配内容到arr数组
        $connEnd = $contentArray[1][0];
//        $kaishi="lst lst-1 new-list";
//        $jieshu="page_nav";
//        $kaishizishu =  stripos($content,$kaishi);
//        $jieshuzishu =  stripos($content,$jieshu);
//        $connEnd = substr($content,$kaishizishu+ strlen($kaishi), $jieshuzishu - ($kaishizishu + strlen($kaishi)));
        $connEnd = str_replace("
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn