国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > PHP > 正文

php 獲取百度的熱詞數據的代碼

2024-05-04 23:15:45
字體:
來源:轉載
供稿:網友

復制代碼 代碼如下:


<?php
/**
* 獲取百度的熱詞
* @user 小杰
* @from ?p=354
* @return array 返回百度的熱詞數據(數組返回)
*/
function getBaiduHotKeyWord()
{
$templateRss = file_get_contents('http://top.baidu.com/rss_xml.php?p=top10');
If (preg_match('/<table>(.*)<//table>/is', $templateRss, $_description)) {
$templateRss = $_description [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 [] = trim(($temp->td->a));
}
}
return $keyArray;
}
print_r(getBaiduHotKeyWord());

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 万荣县| 鲜城| 仁怀市| 宁国市| 宜川县| 射洪县| 鄂伦春自治旗| 健康| 台东市| 桐庐县| 安陆市| 华阴市| 莫力| 普定县| 始兴县| 洞口县| 伊川县| 乐至县| 梅州市| 嘉兴市| 河北区| 邻水| 青铜峡市| 渭源县| 津南区| 樟树市| 儋州市| 尼勒克县| 巴彦淖尔市| 新田县| 淮滨县| 萍乡市| 松阳县| 梅河口市| 全南县| 格尔木市| 西青区| 视频| 文化| 新巴尔虎左旗| 镇宁|