DateTime::__set_state

(PHP 5 >= 5.2.0, PHP 7)

DateTime::__set_stateThe __set_state handler

Опис

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

The __set_state() handler.

Параметри

array

Initialization array.

Значення, що повертаються

Returns a new instance of a DateTime object.

add a note add a note

User Contributed Notes

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