PHP Doku:: Returns attribute node - domelement.getattributenodens.html

Verlauf / Chronik / History: (4) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationDocument Object ModelThe DOMElement classDOMElement::getAttributeNodeNS

Ein Service von Reinhard Neidl - Webprogrammierung.

The DOMElement class

<<DOMElement::getAttributeNode

DOMElement::getAttributeNS>>

DOMElement::getAttributeNodeNS

(PHP 5)

DOMElement::getAttributeNodeNS Returns attribute node

Beschreibung

DOMAttr DOMElement::getAttributeNodeNS ( string $namespaceURI , string $localName )

Returns the attribute node in namespace namespaceURI with local name localName for the current node.

Parameter-Liste

namespaceURI

The namespace URI.

localName

The local name.

Rückgabewerte

The attribute node.

Siehe auch


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",...)