在线文档教程
PHP
HTML

DOMElement::getAttributeNodeNS

DOMElement::getAttributeNodeNS

(PHP 5, PHP 7)

DOMElement :: getAttributeNodeNS - 返回属性节点

描述

public DOMAttr DOMElement::getAttributeNodeNS ( string $namespaceURI , string $localName )

返回名称空间中namespaceURI具有localName当前节点名称的属性节点。

参数

namespaceURI

名称空间URI。

localName

本地名称。

返回值

属性节点。请注意,对于XML名称空间声明(xmlnsxmlns:* attributes),将返回DOMNameSpaceNode的实例,而不是DOMAttr。