(PHP 5, PHP 7, PHP 8)
DOMNode::isSameNode — 指示两个节点是否为同一个节点
$otherNode
此函数指示两个节点是否为同一个节点。比较不基于内容
otherNode
要比较的节点。
成功时返回true,失败时返回false。
true
false