DOMElement::removeAttributeNS
(PHP 5, PHP 7)
DOMElement :: removeAttributeNS - 删除属性
描述
public bool DOMElement::removeAttributeNS ( string $namespaceURI , string $localName )删除属性是元素命名的namespaceURI命名空间localName。
参数
namespaceURI
名称空间URI。
localName
本地名称。
返回值
TRUE成功或FALSE失败时返回。
错误/异常
DOM_NO_MODIFICATION_ALLOWED_ERR
如果节点是只读的,则引发。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

