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

用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)載需保留來(lái)源!

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

主站蜘蛛池模板: 91国视频在线 | 日韩 亚洲 中文 图片 小说 | 免费国产午夜高清在线视频 | 热久久久久 | 久久久久这里只有精品 | 91午夜精品午夜剧场 | 国产美女在线看 | 久久91av | 最新地址四虎www4hutv | 日本二三区| 手机在线你懂得 | 久久国产一级毛片一区二区 | 亚洲春黄在线观看 | 99久久99久久精品国产 | 亚洲福利秒拍一区二区 | 国产成人在线播放 | 国产精品自拍亚洲 | 中文字幕久久亚洲一区 | 国产页| 中文字幕不卡一区 二区三区 | 综合精品| 女神级极品嫩模露脸啪啪自拍 | 国语自产免费精品视频在 | www日本高清视频 | 亚洲一区二区三区在线 | 伊人俺去久久涩五月综合 | 欧美a级黄色片 | 国产福利萌白酱喷水视频铁牛 | 中文字幕天天躁日日躁狠狠躁97 | 91狠狠操| 欧洲a老妇女黄大片 | 好爽毛片一区二区三区四区 | 国产福利资源 | 久久全国免费久久青青小草 | 久久这里一区二区精品 | 久久婷婷是五月综合色狠狠 | 国产在线精品福利大全 | 精品一区精品二区 | 婷婷sese | 久久老司机波多野结衣 | 成人精品 |