PHP Conference Nagoya 2025

DOMNode::__wakeup

(PHP 8 PHP 8 >= 8.1.25)

DOMNode::__wakeupForbids unserialization unless unserialization methods are implemented in a subclass

Beschreibung

public DOMNode::__wakeup(): void

Forbids unserialization unless unserialization methods are implemented in a subclass.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The method always throws an exception.

Fehler/Exceptions

Throws an Error exception when called.

add a note

User Contributed Notes

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