DatePeriod::__construct
(PHP 5 >= 5.3.0)
DatePeriod::__construct — Creates new DatePeriod object
Beschreibung
DatePeriod::__construct
( DateTime $start
, DateInterval $interval
, int $recurrences
[, int $options
] )
DatePeriod::__construct
( DateTime $start
, DateInterval $interval
, DateTime $end
[, int $options
] )
DatePeriod::__construct
( string $isostr
[, int $options
] )
Creates new DatePeriod object.
Parameter-Liste
- start
-
Start date.
- interval
-
Interval.
- recurrences
-
Number of recurrences.
- end
-
End date.
- isostr
-
String containing the ISO interval.
- options
-
Can be set to DatePeriod::EXCLUDE_START_DATE.
DatePeriod::__construct
There are no user contributed notes for this page.
