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

Uyarı

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

Açıklama

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

The __wakeup() handler.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Initializes a DateTime object.

add a note

User Contributed Notes

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