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. | ||
這個函數(shù)返回了40篇最近更新的博客列表的數(shù)組。 | |||
Each blog has the following returned; | Each blog has the following returned; | ||
每個博客返回以下的內(nèi)容; | |||
<tt> | <tt> | ||
第13行: | 第17行: | ||
<tt> | |||
[0] => Array | |||
? ? ? ? ( | |||
? ? ? ? ? ? [blog_id] =>博客的數(shù)據(jù)庫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.
這個函數(shù)返回了40篇最近更新的博客列表的數(shù)組。
Each blog has the following returned;
每個博客返回以下的內(nèi)容;
[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] =>博客的數(shù)據(jù)庫ID [domain] =>托管博客的域名。沒有 http:// 或者拖尾的斜線。 [path] => 博客域名路徑。 )
Return to WordPress:WPMU_Functions
返回到 WPMU_Functions