php8.5
Home/ Manual/ datetime / datetime/ DateTime::__set_state

DateTime::__set_state

PHP function Edit on GitHub ✎

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

The __set_state handler

Description

DateTime::__set_state(array $array): DateTime

The __set_state() handler.

Like DateTimeImmutable::__set_state but works with DateTime.

Parameters

array

Initialization array.

Return Values

Returns a new instance of a DateTime object.

Source: reference/datetime/datetime/set-state.xml · from the official PHP manual (php/doc-en)