IP反查域名PHP源码(2)
来源:未知 责任编辑:责任编辑 发表时间:2015-03-01 01:34 点击:次
preg_match_all($pattern, $content, $matches);
$result=array_merge($result,$matches[1]);
$nextpage=strpos($content, "下一页");
$page=$page+$pagesize;
}while($nextpage);
$result=array_values(array_unique($result));
return $result;
}
?>
摘自 gaohui blog
相关新闻>>
- 发表评论
-
- 最新评论 更多>>