DOMElement::getAttributeNodeNS

(PHP 5)

DOMElement::getAttributeNodeNS Returns attribute node

Beskrivelse

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

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

Parametre

namespaceURI

The namespace URI.

localName

The local name.

Returnerings Værdier

The attribute node.

Se også

add a note add a note

User Contributed Notes

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