首頁  >  文章  >  後端開發  >  截获网站内容的例子_PHP教程

截获网站内容的例子_PHP教程

WBOY
WBOY原創
2016-07-13 17:31:52820瀏覽

参考:http://www.netasp.com.cn/valley/gettitle/index.php(做为现在的主流开发语言)

代码如下:

 <br> <br>//get_title.php<font class="reblank">(做为现在的主流开发语言)</font> <br>$file=file("http://www.netasp.com.cn"); <br>$count=count($file); <br><br>for($i=0;$i  if(eregi("<title>(.*)</title>",$file[$i],$out)){ <br>  $title=$out[0]; <br>  } <br>} <br><br>$title=substr($title,7,-8); <br>echo $title; <br>?> <br>
  

【本文版权归作者与奥索网共同拥有,如需转载,请注明作者及出处】    

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/508855.htmlTechArticle参考:http://www.netasp.com.cn/valley/gettitle/index.php (做为现在的主流开发语言) 代码如下: pre> ? //get_title.php (做为现在的主流开发语言) file=file(...
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn