|
DateTime::__construct新しい DateTime オブジェクトを返す 説明
public DateTime::__construct(string
$datetime = "now", DateTimeZonenull $timezone = null )DateTimeImmutable::__construct と似ていますが、 DateTime を用いて動作します。 DateTimeImmutable を代わりに使うことを検討して下さい。 新しい DateTime オブジェクトを返します。 パラメータ
戻り値新しい DateTime のインスタンスを返します。 エラー / 例外無効な日付/時刻の文字列が渡された場合、 DateMalformedStringException がスローされます。 PHP 8.3 より前のバージョンでは、 Exception がスローされていました。 変更履歴
参考
|