|
DateTimeImmutable::setTime時刻を設定する 説明
public DateTimeImmutable DateTimeImmutable::setTime(
int $hour ,int $minute ,int $second = 0,int $microsecond = 0) 指定された時刻を設定した、 新しい DateTimeImmutable オブジェクト を返します。 パラメータ
戻り値変更されたデータを持つ、新しい DateTimeImmutable オブジェクトを返します。 変更履歴
例例1 DateTimeImmutable::setTime の例 オブジェクト指向型
上の例の出力は、 たとえば以下のようになります。 2001-01-01 14:55:00 2001-01-01 14:55:24 例2 範囲を超えた値が親の値に加算される例
上の例の出力は以下となります。 2001-01-01 14:55:24 2001-01-01 14:56:05 2001-01-01 15:05:24 2001-01-02 01:55:24 参考
|