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

WordPress: WPMU Functions/get blog count:修訂間差異

來自站長百科
跳轉(zhuǎn)至: 導(dǎo)航、? 搜索
(新頁面: Returns a number representing the number of active blogs. Input(s): ''$id'' (optional) - if 0 or empty, will use $wpdb->siteid Performs a SQL query to ''blogs'' table. ==Note== Uses u...)
?
無編輯摘要
第1行: 第1行:
Returns a number representing the number of active blogs.
Returns a number representing the number of active blogs.
返回數(shù)字,代表活躍的博客的數(shù)目。


Input(s):
Input(s):
輸入(s):
''$id'' (optional) - if 0 or empty, will use $wpdb->siteid
''$id'' (optional) - if 0 or empty, will use $wpdb->siteid
''$id'' (optional) - if 0 or empty, will use $wpdb->siteid


Performs a SQL query to ''blogs'' table.
Performs a SQL query to ''blogs'' table.
在''博客''表格中執(zhí)行SQL查詢。


==Note==
==Note==
==注意==


Uses update_site_option and get_site_option to set and return value
Uses update_site_option and get_site_option to set and return value
使用update_site_option 和get_site_option設(shè)置并且返回參數(shù)值
----
Return to [[WordPress:WPMU_Functions]]


----
----


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

2008年9月26日 (五) 14:20的版本

Returns a number representing the number of active blogs.

返回數(shù)字,代表活躍的博客的數(shù)目。

Input(s):

輸入(s):

$id (optional) - if 0 or empty, will use $wpdb->siteid

$id (optional) - if 0 or empty, will use $wpdb->siteid

Performs a SQL query to blogs table.

博客表格中執(zhí)行SQL查詢。

Note

注意

Uses update_site_option and get_site_option to set and return value 使用update_site_option 和get_site_option設(shè)置并且返回參數(shù)值


Return to WordPress:WPMU_Functions



返回到 WPMU_Functions