说明
从MySQL日期时间或日期字符串中获取一周的开始或结束时间。
用法
<?php get_weekstartend( $mysqlstring, $start_of_week ) ?>
参数
$mysqlstring
(整数)(必需)日期或MySQL日期时间字段类型
默认值:None
$start_of_week
(整数)(可选)以某个整数作为一周的开始
默认值:''
返回的值
(数组)
关键字“start(开始)”与“end(结束)”
示例
注释
- 用法:若$start_of_week不是数值,用get_option()检索'start_of_week' 选项
函数历史
始见于0.71版本
源文件
get_weekstartend()位于 wp-includes/functions.php中。
分类:中文手册