PHP Conference Nagoya 2025

DOMNode::__wakeup

(PHP 8 PHP 8 >= 8.1.25)

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

Description

public DOMNode::__wakeup(): void

Forbids unserialization unless unserialization methods are implemented in a subclass.

Parameters

This function has no parameters.

Return Values

The method always throws an exception.

Errors/Exceptions

Throws an Error exception when called.

add a note

User Contributed Notes

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