(PHP 5, PHP 7)
DOMNode::isSameNode — Indicates if two nodes are the same node
$node
This function indicates if two nodes are the same node. The comparison is not based on content
node
The compared node.
成功时返回 TRUE, 或者在失败时返回 FALSE。
TRUE
FALSE