Bing API PHP Library - 简单Bing API的PHP库

这是一个简单的php库文件,可以方便的在php中调用Bing API实现一些功能,具体可以去作者项目站上查询。

  // Include the Bing API PHP Library

require_once 'library/BingAPI.php';

// Simply start the class with your AppID argumented

$search = new BingAPI('YOUR APPID KEY');

/* To use multiple resources simply do

->setSources('Web+Image') ,

it must match the source type bing.com provides */

// Build your query easily

$search->query('gimp')

->setSources('Web')

->setFormat('xml')

# Also you can try: xml, soap or json

->setOptions(

array(

'Web.Count' => '10',

'Web.Offset' => '0',

'Adult' => 'Moderate',

'Options' => 'EnableHighlighting')

);

# Check the API documentation in bing.com for more information

# This will give you a raw output

echo $search->getResults();

项目网站:http://bingapiphp.codeplex.com/

下载:bingapiphp-1.1.zip(Bing API PHP库)

下载:bingmoccha.zip(演示代码)

评论

Popular Posts

Nginx设置反向袋里

乐播投屏TV版 8.2.04 - 夏普电视定制无广告版

9个php开发者应该知道的PHP库

mihomo各平台客户端下载(windows, android, macos)

Win10和Win11家庭版开启远程桌面功能RDP

在金融行业工作的优势

常用的国内外延迟测速链接(generate_204)

哈佛持续76年跟踪700人一生:什么样的人最幸福?

日本前核电厂技师的泣血控诉

ungoogled-chromium浏览器各平台版本下载(windows, android, macos, linux)