update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns attribute node

DOMElement::getAttributeNode

(PHP 5, PHP 7)

DOMElement::getAttributeNodeReturns attribute node

설명

public 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.

참고