(PHP 5 >= 5.3.0, PHP 7, PHP 8)
DatePeriod 類表示一個時間周期。
一個時間周期可以用來在給定的一段時間之內(nèi), 以一定的時間間隔進(jìn)行迭代。
$start
,$interval
,$recurrences
,$options
= 0$start
,$interval
,$end
,$options
= 0DatePeriod::EXCLUDE_START_DATE
在 DatePeriod::__construct() 構(gòu)造函數(shù)中使用,表示不包含開始時間。
如果通過顯式的傳入 $recurrences
來創(chuàng)建的 DatePeriod 實例,
那么這個參數(shù)表示循環(huán)次數(shù)。
參見:DatePeriod::getRecurrences()。
在循環(huán)過程中,是否包含開始時間。
時間周期的開始時間。
表示在時間周期內(nèi)迭代的時候,當(dāng)前的時間。
時間周期的結(jié)束時間。
ISO 8601 格式的間隔。
版本 | 說明 |
---|---|
5.3.27, 5.4.17 | 公開以下屬性:recurrences, include_start_date,start, current,end 和 interval。 |