DOMElement::hasAttributeNS
DOMElement::hasAttributeNS
(PHP 5, PHP 7)
DOMElement :: hasAttributeNS - 检查属性是否存在
描述
public bool DOMElement::hasAttributeNS ( string $namespaceURI , string $localName )
表示命名空间属性是否namespaceURI
命名localName
存在的元素中的一员。
参数
namespaceURI
名称空间URI。
localName
本地名称。
返回值
TRUE
成功或FALSE
失败时返回。