摘要:
<?/*抓取百度收录代码*/function baidu($s){ $baidu="http://www.baidu.com/s?wd=site%3A".$s; $site=file_get_contents($baidu); //$site=iconv("gb2312", "UTF-8", $site); ereg("找到相关网页(.*)篇,", $site,$count); $count=str_replace("找到相关网页","",$count); $count 阅读全文
posted @ 2012-02-20 18:56
php开发
阅读(1577)
评论(1)
推荐(1)
浙公网安备 33010602011771号