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.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top