久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔

編輯“WordPress:WPMU Functions/get blog list

跳轉(zhuǎn)至: 導(dǎo)航、? 搜索
警告:您沒有登錄。如果您做出任意編輯,您的IP地址將會(huì)公開可見。如果您登錄創(chuàng)建一個(gè)賬戶,您的編輯將歸屬于您的用戶名,且將享受其他好處。

該編輯可以被撤銷。 請(qǐng)檢查下面的對(duì)比以核實(shí)您想要撤銷的內(nèi)容,然后發(fā)布下面的更改以完成撤銷。

最后版本 您的文本
第1行: 第1行:
Returns a stdClass Object of blogs with each in the following format:
Returns a stdClass Object of blogs with each in the following format:
返回博客的stdClass Object,每個(gè)Object的格式如下:


?? stdClass Object (
?? stdClass Object (
? ? [blog_id] => 1
? ? [site_id] => 1
? ? [domain] => sub.example.com
? ? [path] => /pathname/
? ? [registered] => 2008-01-01 01:00:00
? ? [last_updated] => 2008-01-01 01:00:00
? ? [public] => 1
? ? [archived] => 0
? ? [mature] => 0
? ? [spam] => 0
? ? [deleted] => 0
? ? [lang_id] => 0
? ? [blogname] => Blog Name
? ? [siteurl] => http://sub.example.com/pathname
? ? [post_count] => 1
? )
stdClass Object (
?? ? [blog_id] => 1
?? ? [blog_id] => 1
?? ? [site_id] => 1
?? ? [site_id] => 1
第41行: 第21行:
==Note==
==Note==


==注意==
Orders the blog list by registered date in descending order (oldest to newest). As such, using start and end may slice blogs other than than those desired. An improvement to this would be to sort by blog_id, blogname or even allowing the developer to specify their own order (for example: get_blog_list(0,10,true,blogname).
Orders the blog list by registered date in descending order (oldest to newest). As such, using start and end may slice blogs other than than those desired. An improvement to this would be to sort by blog_id, blogname or even allowing the developer to specify their own order (for example: get_blog_list(0,10,true,blogname).
以遞減的順序,根據(jù)博客的注冊(cè)日期,列出博客(從最晚注冊(cè)到最新注冊(cè))。這樣,使用start and end可能會(huì)分開博客,而不會(huì)得到預(yù)期的效果。改善的方法是根據(jù)blog_id,博客名分類,甚至允許開發(fā)人員規(guī)定自己的博客順序(例如:get_blog_list(0,10,正確的,博客名)。
----


----
----


Return to [[WordPress:WPMU_Functions]]
Return to [[WordPress:WPMU_Functions]]
返回到[[WordPress:WPMU_Functions| WPMU_Functions]]
請(qǐng)注意,您對(duì)站長(zhǎng)百科的所有貢獻(xiàn)都可能被其他貢獻(xiàn)者編輯,修改或刪除。如果您不希望您的文字被任意修改和再散布,請(qǐng)不要提交。
您同時(shí)也要向我們保證您所提交的內(nèi)容是您自己所作,或得自一個(gè)不受版權(quán)保護(hù)或相似自由的來源(參閱Wordpress-mediawiki:版權(quán)的細(xì)節(jié))。 未經(jīng)許可,請(qǐng)勿提交受版權(quán)保護(hù)的作品!
取消 編輯幫助(在新窗口中打開)