參考:http://www.netasp.com.cn/valley/gettitle/index.php
程式碼如下:
<br> <br>//get_title.php <br>$ file=file("http://www.netasp.com.cn"); <br>$count=count($file); <br>for($i=0;$i if(eregi("<title>(.*)</title>",$file[$i],$out)){ <br> $title=$out[0]; <br> } <br>} <br>$title=substr($title,7,-8); <br>echo $title; <br>?> <br>
以上就介紹了網頁標題title 截獲網站title標籤之家內容的例子,包括了網頁標題title方面的內容,希望對PHP教程有興趣的朋友有所幫助。