PHP Conference Fukuoka 2025

DateTime::__wakeup

DateTimeImmutable::__wakeup

DateTimeInterface::__wakeup

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

DateTime::__wakeup -- DateTimeImmutable::__wakeup -- DateTimeInterface::__wakeupThe __wakeup handler

Увага

This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouraged.

Опис

#[\Deprecated]
public DateTime::__wakeup(): void
#[\Deprecated]
public DateTimeImmutable::__wakeup(): void
#[\Deprecated]
public DateTimeInterface::__wakeup(): void

The __wakeup() handler.

Параметри

У цієї функції немає параметрів.

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

Initializes a DateTime object.

add a note

User Contributed Notes

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