DateInterval::format
DatePeriod::__construct
Date/Time
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程
The DatePeriod class
简介
Representation of date period.
Class synopsis
DatePeriod
DatePeriod
implements
Traversable
{
/* Constants */
const
integer
DatePeriod::EXCLUDE_START_DATE
=1
;
/* Methods */
__construct
(
DateTime
$start
,
DateInterval
$interval
,
int
$recurrences
[,
int
$options
] )
}
预定义常量
DatePeriod Node Types
DatePeriod::EXCLUDE_START_DATE
Exclude start date, used in
DatePeriod::__construct()
.
Table of Contents
DatePeriod::__construct
— Creates new DatePeriod object
DateInterval::format
DatePeriod::__construct
Date/Time
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程