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

用PHP獲取Google AJAX Search API 數(shù)據(jù)的代碼

http://code.google.com/apis/ajaxsearch/documentation/#fonje
復(fù)制代碼 代碼如下:
// 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 申請(qǐng)地址:
http://code.google.com/apis/ajaxsearch/signup.html

由此,我們可以寫個(gè)函數(shù)像這樣
復(fù)制代碼 代碼如下:
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', // 查詢內(nèi)容
'key' => '你申請(qǐng)到的API KEY',
'userip' => '你的IP地址',
));
header('Content-type: text/html; charset=utf-8;');
echo '<xmp>';
print_r($rez);
echo '</xmp>';

php技術(shù)用PHP獲取Google AJAX Search API 數(shù)據(jù)的代碼,轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 国产成人ae在线观看网站站 | 午夜国产视频 | 伊人网综合网 | 国产高清-国产av | 99热这里只有精品6 99热这里只有精品 99热这里只有的精品 | 亚洲日韩成人 | 91嫩草视频在线观看 | 99热在线视频 | 妈妈的朋友6未删减版完整在线 | 一边吃奶一边添P好爽故事 一边吃奶一边啪啪真舒服 一本之道加勒比在线观看 一本之道高清在线观看一区 | 成人影片迅雷下载 | 日韩爽爽影院在线播放 | 毛篇片在线观看 | 国产传媒18精品免费1区 | 啦啦啦WWW在线观看免费高清版 | 亚洲在线视频自拍精品 | 久久性色AV亚洲电影无码 | 中文字幕亚洲男人的天堂网络 | 97人人超碰国产精品最新蜜芽 | 日本孕妇大胆孕交 | 亚洲欧美成人 | 日本护士在线观看 | 久草热在线 | 伦理片天堂eeuss影院 | 国产传媒18精品A片在线观看 | 国产成人综合在线观看 | 99免费视频观看 | 亚洲AV 无码AV 中文字幕 | 快播免费电影 | 黄色三级三级三级免费看 | 在线 | 果冻国产传媒61国产免费 | 乌克兰黄色录像 | 国产69精品久久久久无码麻豆 | 女厕所边摸边吃奶边做爽视频 | 日美欧韩一区二去三区 | 香蕉尹人综合精品 | 美女扒开腿让男生桶爽免费APP | 果冻传媒在线完整免费播放 | 国产主播AV福利精品一区 | 亚洲AV香蕉一区区二区三区蜜桃 | 俄罗斯6一9泑女网站 |