Forum und email

DOMNode->isSameNode()

(No version information available, might be only in CVS)

DOMNode->isSameNode() — Indicates if two nodes are the same node

說明

DOMNode
bool isSameNode ( DOMNode $node )

This function indicates if two nodes are the same node. The comparison is not based on content

參數

node

The compared node.

Return值

如果成功則回傳 TRUE,失敗則回傳 FALSE