<?php function getBaiduHotKeyWor
d() { $templateRss = file_get_co
ntents('http://top.baidu.com/rss_xml.php?p=top10'); If (preg_match('/<table>(.*)</table>/is', $templateRss, $_des
cription)) { $templateRss = $_des
cription [0]; $templateRss = str_replace("&", "&", $templateRss); } $templateRss = "<?xml version="1.0" encoding="GBK"?>" . $templateRss; $xml = simplexml_load_String($templateRss); foreach ($xml->tbody->tr as $temp) { if (!empty ($temp->td->a)) { $keyArray [] = tri
m(($temp->td->a)); } } return $keyArray; } print_r(getBaiduHotKeyWor
d());
本文地址:http://dfvalve.xrbh.cn/quote/7443.html
迅博思语资讯 http://dfvalve.xrbh.cn/ , 查看更多