一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

用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 數據的代碼,轉載需保留來源!

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

主站蜘蛛池模板: 欧美特黄aaaaa| 91免费资源网站入口 | 欧洲免费无线码二区5 | 男人女人做刺激视频免费 | 久久手机视频 | 全色黄大色大片免费久久老太 | 久久88综合 | 免费看黄色录像 | 韩国美女免费网站视频 | 国内精品久久久久久久星辰影视 | 亚洲九九视频 | 亚洲一区二区视频在线观看 | 亚洲影院手机版777点击进入影院 | 黄网免费在线观看 | 五月婷婷丁香 | 日韩精品资源 | 国产无套 | 国产精品第十页 | 91在线视频网址 | 亚洲精品成人中文网 | 国产精品福利在线 | 成人性色大片 | 婷婷亚洲激情 | 国产在线91观看免费观看 | 日本久久免费大片 | 色哟哟视频在线观看 | 欧美系列第一页 | 日本一区午夜爱爱 | 国产精品三区四区 | 黄大色黄美女精品大毛片 | 青青热在线精品视频免费 | 日韩在线看片 | 久草热视频在线观看 | 亚洲一区二区三区播放在线 | 精品国产夜色在线 | heyzo在线播放4k岛国 | 午夜激情视频 | 日韩美女性行为免费视频 | 国产成人精品免费视频大全办公室 | 国产大片黄在线看免费 | 九九re热 |