PHP Doku:: Indicates if two nodes are the same node - domnode.issamenode.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationDocument Object ModelThe DOMNode classDOMNode::isSameNode

Ein Service von Reinhard Neidl - Webprogrammierung.

The DOMNode class

<<DOMNode::isDefaultNamespace

DOMNode::isSupported>>

DOMNode::isSameNode

(PHP 5)

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

Beschreibung

bool DOMNode::isSameNode ( DOMNode $node )

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.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)