| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
DatePeriod::getStartDate(PHP 5 >= 5.6.5, PHP 7) DatePeriod::getStartDate — Gets the start date 説明オブジェクト指向型 Gets the start date of the period. パラメータこの関数にはパラメータはありません。 返り値
Returns a DateTimeImmutable object
when the DatePeriod is initialized with a
DateTimeImmutable object
as the 例例1 DatePeriod::getStartDate() example
<?php 上の例の出力は以下となります。 2016-05-16T00:00:00+0000 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「DatePeriod::getStartDate - Gets the start date」をGoogle検索
|