WordPress: WPMU Functions/get last updated:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
(新页面: This returns an array of arrays with a list of the 40 most recently updated blogs. Each blog has the following returned; <tt> [0] => Array ( [blog_id] => Database I...)
 
无编辑摘要
 
第1行: 第1行:
This returns an array of arrays with a list of the 40 most recently updated blogs.
This returns an array of arrays with a list of the 40 most recently updated blogs.
这个函数返回了40篇最近更新的博客列表的数组。


Each blog has the following returned;
Each blog has the following returned;
每个博客返回以下的内容;


<tt>
<tt>
第13行: 第17行:




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


Return to [[WordPress:WPMU_Functions]]
Return to [[WordPress:WPMU_Functions]]
返回到[[WordPress:WPMU_Functions| WPMU_Functions]]

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