isSupported()"HREF="function.dom-domnode-issupported.html"> Podręcznik PHP Poprzedni Następny (n..."/>
Forum und email
DOMNode->isSameNode()

DOMNode->isSameNode()

(no version information, might be only in CVS)

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

Opis

class DOMNode {

bool isSameNode ( DOMNode node )

}

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

Parametry

node

The compared node.

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.