PHP 8.3.4 Released!

DateTime::__set_state

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

DateTime::__set_stateThe __set_state handler

Descrizione

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

The __set_state() handler.

Like DateTimeImmutable::__set_state() but works with DateTime.

Elenco dei parametri

array

Initialization array.

Valori restituiti

Returns a new instance of a DateTime object.

add a note

User Contributed Notes

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