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

Avviso

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

Descrizione

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

The __wakeup() handler.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Initializes a DateTime object.

add a note

User Contributed Notes

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