DOMNode::isSameNode
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Indicates if two nodes are the same node
Description
DOMNode::isSameNode(DOMNode $otherNode): bool
This function indicates if two nodes are the same node. The comparison is not based on content
Parameters
otherNodeThe compared node.
Return Values
Success