DOMNode::isSameNode

(PHP 5, PHP 7)

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

Opis

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

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 powodzenia, FALSE w przypadku błędu.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top