WEB开发网
开发学院WEB开发PHP 截获网站<title></title>内容的例子 阅读

截获网站<title></title>内容的例子

 2000-12-10 11:41:53 来源:WEB开发网   
核心提示:参考:http://www.netasp.com.cn/valley/gettitle/index.php 代码如下: <PRe> <? //get_title.php $file=file("http://www.netasp.com.cn"); $count=count($fi
参考:http://www.netasp.com.cn/valley/gettitle/index.php

代码如下:
<PRe>
<?
//get_title.php
$file=file("http://www.netasp.com.cn");
$count=count($file);

for($i=0;$i<$count;$i++){
 if(eregi("<title>(.*)</title>",$file[$i],$out)){
 $title=$out[0];
 }
}

$title=substr($title,7,-8);
echo $title;
?>
</pre> 

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

Tags:截获 网站 lt

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接