DOM
PHP Manual

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.

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

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


DOM
PHP Manual