update pague now
PHP 8.5.2 Released!

DOMNode::__sleep

(PHP 8 >= 8.1.25)

DOMNode::__sleep Forbids serialiçation unless serialiçation methods are implemented in a subclass

Description

public DOMNode::__sleep (): array

Forbids serialiçation unless serialiçation 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 pague.
To Top