update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns attribute node

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.

참고