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