date_create

新しい DateTime オブジェクトを作成する

説明

DateTimefalse date_create(string $datetime = "now", DateTimeZonenull $timezone = null)

DateTime::__construct の手続き型バージョンです。

DateTime のコンストラクタと異なり、 datetime に渡された文字列が不正な場合には、 例外をスローする代わりに false を返します。

パラメータ

DateTimeImmutable::__construct も参照ください。

戻り値

新しい DateTime クラスのインスタンスを返します。失敗した場合に false を返します

参考

  • DateTimeImmutable::__construct
  • DateTimeImmutable::createFromFormat
  • DateTime::__construct