DOMElement::getAttributeNodeNS

(PHP 5, PHP 7)

DOMElement::getAttributeNodeNS Returns attribute node

Опис

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

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

Параметри

namespaceURI

The namespace URI.

localName

The local name.

Значення, що повертаються

The attribute node.

Прогляньте Також

add a note add a note

User Contributed Notes

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