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

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

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

主站蜘蛛池模板: 国产精品网红女主播久久久 | 国产精品人妻无码99999 | 91看片淫黄大片.在线天堂 | 国产AV亚洲精品久久久久软件 | 国产精品女上位好爽在线短片 | 蛇缚dvd | 九九热在线视频观看这里只有精品 | 亚洲高清无码在线 视频 | 18禁国产精品久久久久久麻豆 | 国产线精品视频在线观看 | 国产精品自产拍在线观看中文 | a级全黄试频试看30分钟 | 女攻男受高h全文肉肉 | 一边亲着一面膜下奶韩剧免费 | 国产成人免费高清视频 | 狠狠色色综合网站 | 午夜爱情动作片P | 亚洲精品无码不卡在线播HE | 手机在线观看毛片 | 色欲国产麻豆精品AV免费 | 亚洲视频在线观 | 日韩av国产av欧美天堂社区 | 精品国产乱码久久久久久人妻 | 黑兽在线观看高清在线播放樱花 | 国产亚洲精品免费视频 | 亚洲 自拍 偷拍 另类综合图区 | 国产亚洲精品久久久久久国模美 | www.狠狠色| 超碰国产亚洲人人 | 久久99精品AV99果冻传媒 | 神马电影我不卡国语版 | 鲁一鲁亚洲无线码 | 亚洲国产欧美日韩在线一区 | 国产精品永久免费视频观看 | 国产国产乱老熟视频网站 | 青青精品视频国产 | 扒开校花粉嫩小泬喷潮漫画 | 久久无码AV亚洲精品色午夜麻豆 | 国产精品亚洲二线在线播放 | 看电影来5566一区.二区 | 日本妈妈JMZZZZZ |