ThinkSNS站点信息API-site get()

来自站长百科
跳转至: 导航、​ 搜索

导航: 上一页


站点信息API

1、site_get($format)

描述:获取站点的信息。

参数说明:可选format string 指定响应返回的格式。有PHP (默认) 、JSON 这2 种值可选。

调用DEMO

$api->site_get();
(返回:array(2) {
["name"] => string(8) "ThinkSNS"
["url"] => string(23) "http://www.thinksns.com"
}
)



参考资料[ ]