calendar_week_mod()函数是Wordpress函数,获取自本周开始的天数。
calendar_week_mod( int $num )
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$num | (int) | 必需 | 天数。 |
返回(Return)
(浮动)自本周开始的天数。
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
1.5.0 | wp-includes/general-template.php:2039 | 1 function | 0 |