php基于Snoopy解析网页html的方法
本文实例讲述了php基于Snoopy解析网页html的方法。分享给大家供大家参考。具体实现方法如下:
set_time_limit(0);
$user=array('20517','20518');
header("content-Type:text/html;charset=utf-8");
require_once'./Snoopy.php';
$snoopy=newSnoopy();
//$uri='http://www.juzimi.com/meitumeiju';
$uri='http://www.juzimi.com/meitumeiju?page=1';
$snoopy->fetch($uri);
$con=$snoopy->getResults();
$doc=newDOMDocument();
$doc->loadHTML($con);
/*makearesultarray...*/
$result=[];
/*gothroughallnodeswhichhaveclass="baby"...*/
$i=0;
foreach((newDOMXPath($doc))->query('//*[@id="bdshare"]')as$element){
$row=$doc->saveHTML($element);
$start=stripos($row,'{');
$end=stripos($row,'}');
$len=$end-$start+1;
$json=substr($row,$start,$len);
$json=str_replace("'",'"',$json);
$obj=json_decode($json);
$pic=$obj->pic;
$desc=$obj->desc;
$filename='/Uploads/meiju/card'.date('ymdhis').$i.'.png';
$file='/alidata/www/test'.$filename;
$image=file_get_contents($pic);
file_put_contents($file,$image);
}
希望本文所述对大家的php程序设计有所帮助。
热门推荐
8 小托班祝福语简短
10 霸气新年祝福语大全简短
11 英文关于生日祝福语简短
12 心理考试祝福语结婚简短
13 2026腊八简短祝福语
14 卡片朋友祝福语大全简短
15 亲人喜得贵子祝福语简短
16 用名字做祝福语简短
17 送祝福语给别人简短
18 大哥添孙子简短祝福语