参考: http://www.netasp.com.cn/valley/gettitle/index.php (現在の主流の開発言語として)
コードは次のとおりです:
<br><? /get_title .php<br>(現在の主流の開発言語として)<font class="reblank"> </font>$file=file("http://www.netasp.com.cn") <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>?> <br>