中文字幕日韩一区二区_国产一区二区av_国产毛片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)系我們修改或刪除,多謝。

主站蜘蛛池模板: 欧美精品第一区 | 欧美一区二区视频 | 精品国产一区二区三区久久久蜜月 | 国产免费让你躁在线视频 | 国产精品自产拍在线观看蜜 | 在线观看特色大片免费网站 | 久久久久久黄 | 国产精品久久久久久久久图文区 | 欧美爱爱视频网站 | 亚洲精品国产一区 | 97超碰站 | 福利视频网| 日韩中文一区二区三区 | 久久久久久成人网 | 亚洲毛片 | 美女视频一区二区三区 | 欧美激情va永久在线播放 | www.久久久久久久久久久 | 精品视频一区二区 | 久久久久久久久91 | 国产精品99久久久久久久久 | 亚洲视屏 | 久久国内精品 | 精品国产精品三级精品av网址 | 日日噜噜噜夜夜爽爽狠狠视频, | 激情欧美日韩一区二区 | 狠狠躁夜夜躁人人爽天天高潮 | 中文字幕国产一区 | 亚洲精品在线免费看 | 精品国产欧美一区二区三区不卡 | 午夜视频在线观看网站 | 国产成人精品一区二区三区网站观看 | 亚洲一区欧美 | 日韩av在线播 | 久久精品国产一区二区电影 | 国产xxxx岁13xxxxhd | 91在线观看 | 色橹橹欧美在线观看视频高清 | 成人在线小视频 | 黄色高清视频 | 日韩精品一区二区三区 |