PHP Conference Nagoya 2025

DOMNode::__wakeup

(PHP 8 PHP 8 >= 8.1.25)

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

説明

public DOMNode::__wakeup(): void

Forbids unserialization unless unserialization methods are implemented in a subclass.

パラメータ

この関数にはパラメータはありません。

戻り値

The method always throws an exception.

エラー / 例外

Throws an Error exception when called.

add a note

User Contributed Notes

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