DOMElement
PHP Manual

DOMElement::getAttributeNode

(PHP 5)

DOMElement::getAttributeNodeReturns attribute node

설명

DOMAttr DOMElement::getAttributeNode ( string $name )

Returns the attribute node with name name for the current element.

인수

name

The name of the attribute.

반환값

The attribute node.

참고


DOMElement
PHP Manual