CakeFest 2024: The Official CakePHP Conference

DateTimeImmutable::__set_state

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

DateTimeImmutable::__set_state__set_state ハンドラ

説明

public static DateTimeImmutable::__set_state(array $array): DateTimeImmutable

__set_state() ハンドラを処理します。

パラメータ

array

初期化配列。

戻り値

新しい DateTimeImmutable オブジェクトのインスタンスを返します。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top