WordPress:WPMU Functions/get last updated

来自站长百科
Fludlen讨论 | 贡献2008年9月26日 (五) 15:58的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

This returns an array of arrays with a list of the 40 most recently updated blogs.

这个函数返回了40篇最近更新的博客列表的数组。

Each blog has the following returned;

每个博客返回以下的内容;

[0] => Array
       (
           [blog_id] => Database ID of the blog
           [domain] => Domain the blog is hosted on.  No http:// or trailing slash.
           [path] => Path on domain to the blog.
       )



[0] => Array
       (
           [blog_id] =>博客的数据库ID
           [domain] =>托管博客的域名。没有 http:// 或者拖尾的斜线。
           [path] => 博客域名路径。
       )

Return to WordPress:WPMU_Functions

返回到 WPMU_Functions