天天躁日日躁狠狠躁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)系我們修改或刪除,多謝。

主站蜘蛛池模板: 99精品国产福利在线观看 | 国产伦精品一区二区免费 | 亚洲七七久久桃花综合 | 精品国产国偷自产在线观看 | 久久亚洲精品AV成人无码 | 制服丝袜 快播 | 日本阿v在线资源无码免费 日本阿v片在线播放免费 | 视频一区亚洲视频无码 | 久久只精品99品免费久 | 2020年国产精品午夜福利在线观看 | 99re8久久热在线视频 | 妈妈的职业3完整版在线播放 | 在线免费观看a视频 | 嫩草影院在线观看网站成人 | 国产在线精品视亚洲不卡 | 国产午夜精品理论片影院 | 大稥焦伊人一本dao 大香伊人中文字幕精品 | 亚洲精品免费在线 | 星空无限传媒视频在线观看视频 | 免费国产综合视频在线看 | 免费在线观看一区 | 床上色APP下载免费版 | jizz日本美女| 韩国hd高清xxx | 2021全国精品卡一卡二 | 久久精品国产视频澳门 | 男人电影天堂手机 | 97午夜精品 | 十分钟视频影院免费 | 男人边吃奶边摸边做刺激情话 | 亚欧免费观看在线观看更新 | 狠狠色综合久久丁香婷婷 | 久艾草在线精品视频在线观看 | 久久88综合 | 扒开胸罩揉她的乳尖视频 | 99久久久免费精品免费 | 2018国产天天弄谢 | 欧美同志高清vivoeso | 伊人久久99热这里只有精品 | 久久视频这里只精品99re8久 | 丰满人妻妇伦又伦精品APP国产 |