天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

用PHP獲取Google AJAX Search API 數據的代碼

http://code.google.com/apis/ajaxsearch/documentation/#fonje
復制代碼 代碼如下:
// This example request includes an optional API key which you will need to
// remove or replace with your own key.
// Read more about why it's useful to have an API key.
// The request also includes the userip parameter which provides the end
// user's IP address. Doing so will help distinguish this legitimate
// server-side traffic from traffic which doesn't come from an end-user.
$url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&"
. "q=Paris%20Hilton&key=INSERT-YOUR-KEY&userip=USERS-IP-ADDRESS";

// sendRequest
// note how referer is set manually
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_REFERER, /* Enter the URL of your site here */);
$body = curl_exec($ch);
curl_close($ch);

// now, process the JSON string
$json = json_decode($body);
// now have some fun with the results...

API KEY 申請地址:
http://code.google.com/apis/ajaxsearch/signup.html

由此,我們可以寫個函數像這樣
復制代碼 代碼如下:
function google_search_api($args, $referer = 'http://www.jb51.NET/', $endpoint = 'web'){
$url = "http://ajax.googleapis.com/ajax/services/search/".$endpoint;
if ( !array_key_exists('v', $args) )
$args['v'] = '1.0';
$url .= '?'.http_build_query($args, '', '&');
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_REFERER, $referer);
$body = curl_exec($ch);
curl_close($ch);
return json_decode($body);
}

// 使用示例
$rez = google_search_api(array(
'q' => '21andy.com', // 查詢內容
'key' => '你申請到的API KEY',
'userip' => '你的IP地址',
));
header('Content-type: text/html; charset=utf-8;');
echo '<xmp>';
print_r($rez);
echo '</xmp>';

php技術用PHP獲取Google AJAX Search API 數據的代碼,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 伊人狼人久久精品热9 | 天堂无码人妻精品AV一区 | 国产在线精品视亚洲不卡 | 色婷婷激情AV精品影院 | 少妇无码吹潮久久精品AV网站 | 国产美女久久久久久久久久久 | 失禁h啪肉尿出来高h | 午夜在线观看免费完整直播网 | 云南14学生真实初次破初视频 | 大桥未久电影在线 | 多男同时插一个女人8p | 伦理 电影在线观看百度影音 | 国产在线视频分类精品 | 蜜臀AV人妻久久无码精品麻豆 | 国产亚洲精品久久无码98 | 四虎国产精品免费观看视频 | 99欧美精品 | adc免费观看 | 野花社区视频WWW高清 | 在线 国产 欧美 专区 | 成人小视频在线观看 | 玩弄人妻少妇500系列网址 | 亚洲欧美中文日韩视频 | 国产永久免费高清在线观看 | 色欲无码国产喷水AV精品 | 精品一区二区三区免费毛片 | 浪荡女天天不停挨CAO日常视 | 狠日狠干日曰射 | 十七岁日本免费完整版BD | 国产午夜精品福利久久 | 91嫩草私人成人亚洲影院 | 超碰在线视频97 | 永久免费的无码中文字幕 | 国产精品亚洲视频在线观看 | 一级am片欧美 | 亚洲精品无码一区二区三区四虎 | 国产AV午夜精品一区二区入口 | 伊人久久精品中文字幕 | CHESENGAY痞帅警察GV | 亚洲中文字幕无码一去台湾 | 国产精品久久久久久免费字体 |