PHP
HTML

DOMElement::removeAttributeNS

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

如果节点是只读的,则引发。