DOMElement::getAttributeNS
DOMElement::getAttributeNS
(PHP 5, PHP 7)
DOMElement :: getAttributeNS - 返回属性的值
描述
public string DOMElement::getAttributeNS ( string $namespaceURI , string $localName )
获取当前节点namespaceURI
名称空间中具有本地名称的属性值localName
。
参数
namespaceURI
名称空间URI。
localName
本地名称。
返回值
该属性的值,或者一个空字符串,如果没有给定的属性localName
并且namespaceURI
被找到。