DOMNode
PHP Manual

DOMNode::isSameNode

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

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

Описание

bool DOMNode::isSameNode ( DOMNode $node )

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

Список параметров

node

The compared node.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.


DOMNode
PHP Manual