The DatePeriod class
(PHP 5 >= 5.3.0)
Introduction
Represents a date period.
A date period allows iteration over a set of dates and times, recurring at regular intervals, over a given period.
Class synopsis
DatePeriod
implements
Traversable
{
/* Constants */
/* Methods */
public __construct
( DateTimeInterface
$start
, DateInterval $interval
, int $recurrences
[, int $options
] )
public __construct
( DateTimeInterface
}$start
, DateInterval $interval
, DateTimeInterface $end
[, int $options
] )Predefined Constants
DatePeriod::EXCLUDE_START_DATE-
Exclude start date, used in DatePeriod::__construct().
Table of Contents
- DatePeriod::__construct — Creates a new DatePeriod object