国产精品久久综合亚洲AV,刺激的乱亲小说43部分阅读 ,WWW夜插内射视频网站,护士做爰乱高潮全过程

中山php|最優(yōu)網(wǎng)絡(luò)中山做網(wǎng)站 中山php建站

最優(yōu)良人

2012/05/30 at 16:08

php小偷程序,簡單的php采集代碼

<?php

function fetch_urlpage_contents($url){
$c=file_get_contents($url);
return $c;
}
//獲取匹配內(nèi)容
function fetch_match_contents($begin,$end,$c)
{
$begin=change_match_string($begin);
$end=change_match_string($end);
$p = "{$begin}(.*){$end}";
if(eregi($p,$c,$rs))
{
return $rs[1];}
else { return "";}
}//轉(zhuǎn)義正則表達式字符串
function change_match_string($str){
//注意,以下只是簡單轉(zhuǎn)義
//$old=array("/","$");
//$new=array("\/","\$");
$str=str_replace($old,$new,$str);
return $str;
}

//采集網(wǎng)頁
function pick($url,$ft,$th)
{
$c=fetch_urlpage_contents($url);
foreach($ft as $key => $value)
{
$rs[$key]=fetch_match_contents($value["begin"],$value["end"],$c);
if(is_array($th[$key]))
{ foreach($th[$key] as $old => $new)
{
$rs[$key]=str_replace($old,$new,$rs[$key]);
}
}
}
return $rs;
}

$url="http://www.86956464.com"; //要采集的地址
$ft["title"]["begin"]="<title>"; //截取的開始點
$ft["title"]["end"]="</title>"; //截取的結(jié)束點
$th["title"]["中山"]="廣東"; //截取部分的替換

$ft["body"]["begin"]="<body>"; //截取的開始點
$ft["body"]["end"]="</body>"; //截取的結(jié)束點
$th["body"]["中山"]="廣東"; //截取部分的替換

$rs=pick($url,$ft,$th); //開始采集

echo $rs["title"];
echo $rs["body"]; //輸出
?>

標(biāo)簽:,
-
富裕县| 嘉荫县| 温宿县| 樟树市| 托克逊县| 扬州市| 金华市| 南城县| 巨野县| 济南市| 滁州市| 长汀县| 大安市| 武川县| 沂南县| 天水市| 汾西县| 高阳县| 柳林县| 房产| 三原县| 鹤岗市| 筠连县| 琼中| 双鸭山市| 万盛区| 舟曲县| 石景山区| 新建县| 广州市| 南宫市| 北辰区| 长沙市| 买车| 德兴市| 德格县| 和顺县| 鄢陵县| 温泉县| 秦皇岛市| 大化|