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