PHP 8.3.4 Released!

DateTimeImmutable::__set_state

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

DateTimeImmutable::__set_stateThe __set_state handler

Açıklama

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

The __set_state() handler.

Bağımsız Değişkenler

array

Initialization array.

Dönen Değerler

Returns a new instance of a DateTimeImmutable object.

add a note

User Contributed Notes

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