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