Forum und email

DOMNode->isSameNode()

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

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

Beschreibung

DOMNode
bool isSameNode ( DOMNode $node )

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

Parameter Liste

node

The compared node.

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.