DatePeriod ��

(PHP 5 >= 5.3.0, PHP 7)

���

DatePeriod ���ʾһ��ʱ�����ڡ�

һ��ʱ�����ڿ��������ڸ�����һ��ʱ��֮�ڣ� ��һ����ʱ�������е�����

��ժҪ

DatePeriod implements Traversable {
/* ���� */
const integer EXCLUDE_START_DATE = 1 ;
/* ���� */
public integer $recurrences ;
public boolean $include_start_date ;
/* ���� */
public __construct ( DateTimeInterface $start , DateInterval $interval , int $recurrences [, int $options ] )
public __construct ( DateTimeInterface $start , DateInterval $interval , DateTimeInterface $end [, int $options ] )
public __construct ( string $isostr [, int $options ] )
public getDateInterval ( void ) : DateInterval
public getEndDate ( void ) : DateTimeInterface
getRecurrences ( void ) : int
public getStartDate ( void ) : DateTimeInterface
}

Ԥ���峣��

DatePeriod::EXCLUDE_START_DATE

�� DatePeriod::__construct() ���캯����ʹ�ã���ʾ��������ʼʱ�䡣

����

recurrences

ѭ��������

include_start_date

��ѭ�������У��Ƿ������ʼʱ�䡣

start

ʱ�����ڵĿ�ʼʱ�䡣

current

��ʾ��ʱ�������ڵ�����ʱ�򣬵�ǰ��ʱ�䡣

end

ʱ�����ڵĽ���ʱ�䡣

interval

ISO 8601 ��ʽ�ļ����

������־

�汾 ˵��
5.3.27, 5.4.17 �����������ԣ�recurrences�� include_start_date��start�� current��end �� interval��

Table of Contents