DatePeriod::__construct
(PHP 5 >= 5.3.0)
DatePeriod::__construct — Creates new DatePeriod object
Описание
DatePeriod::__construct
(
DateTime $start
,
DateInterval $interval
,
int $recurrences
[,
int $options
] )
DatePeriod::__construct
( string $isostr
[, int $options
] )
Список параметров
-
start
-
Start date.
-
interval
-
Interval.
-
recurrences
-
Number of recurrences.
-
end
-
End date.
-
isostr
-
String containing the ISO interval.
-
options
-
Can be set to DateTime::EXCLUDE_START_DATE.