downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

日付・時刻 関数> <DatePeriod
Last updated: Fri, 13 Nov 2009

view this page in

DatePeriod::__construct

(PHP 5 >= 5.3.0)

DatePeriod::__construct新しいい DatePeriod オブジェクトを作成する

説明

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 ] )

新しい DatePeriod オブジェクトを作成します。

パラメータ

start

開始日。

interval

間隔。

recurrences

反復回数。

end

終了日。

isostr

ISO インターバルを含む文字列。

options

DatePeriod::EXCLUDE_START_DATE を設定することができます。



add a note add a note User Contributed Notes
DatePeriod::__construct
There are no user contributed notes for this page.

日付・時刻 関数> <DatePeriod
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites