php官网搜索接口
php官网手册搜索接口
http://php.net/manual-lookup.php?pattern=list
list是函数关键词
还有其他相关的搜索接口:
scope:查询范围,query:查询关键词
"css": "http://devdocs.io/#q=css+%(query)s",
"js": "https://developer.mozilla.org/en-US/search?q=%(query)s&topic=js",
"html": "https://developer.mozilla.org/en-US/search?q=%(query)s&topic=html",
"google": "https://google.com/search?q=%(scope)s+%(query)s",
"baidu": "https://www.baidu.com/s?wd=%(scope)s+%(query)s",