(PHP 5)
DOMElement::removeAttributeNS — Removes attribute
Removes attribute is namespace namespaceURI named localName from the element.
The namespace URI.
The local name.
如果成功则返回 TRUE,失败则返回 FALSE。
Raised if the node is readonly.