DOMNode::isSameNode

(PHP 5, PHP 7)

DOMNode::isSameNode Indicates if two nodes are the same node

Beschreibung

public DOMNode::isSameNode ( DOMNode $node ) : bool

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 wird FALSE zurückgegeben.