DOMElement::removeAttributeNS
(PHP 5, PHP 7, PHP 8)
DOMElement::removeAttributeNS — Removes attribute
说明
Removes attribute localName in namespace namespace from the element.
参数
namespace-
The namespace URI.
localName-
The local name.
返回值
没有返回值。
参见
- DOMElement::hasAttributeNS() - Checks to see if attribute exists
- DOMElement::getAttributeNS() - Returns value of attribute
- DOMElement::setAttributeNS() - Adds new attribute