DatePeriod::__construct
(PHP 5 >= 5.3.0)
DatePeriod::__construct — Crée un nouvel objet DatePeriod
Description
DatePeriod::__construct
(
DateTime $start
,
DateInterval $interval
,
int $recurrences
[,
int $options
] )
DatePeriod::__construct
( string $isostr
[, int $options
] )
Liste de paramètres
-
start
-
Date de début.
-
interval
-
Intervalle.
-
recurrences
-
Nombre de récurrences.
-
end
-
Date de fin.
-
isostr
-
Chaîne contenant l'intervalle ISO.
-
options
-
Peut être configuré à DateTime::EXCLUDE_START_DATE.