PHP Doku:: Returns value of attribute - domelement.getattributens.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The DOMElement class

<<DOMElement::getAttributeNodeNS

DOMElement::getElementsByTagName>>

DOMElement::getAttributeNS

(PHP 5)

DOMElement::getAttributeNSReturns value of attribute

Beschreibung

string DOMElement::getAttributeNS ( string $namespaceURI , string $localName )

Gets the value of the attribute in namespace namespaceURI with local name localName for the current node.

Parameter-Liste

namespaceURI

The namespace URI.

localName

The local name.

Rückgabewerte

The value of the attribute, or an empty string if no attribute with the given localName and namespaceURI is found.

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