(PHP 5)
DOMElement::removeAttributeNode — Removes attribute
Removes attribute oldnode from the element.
The attribute node.
成功时返回 TRUE, 或者在失败时返回 FALSE.
Raised if the node is readonly.
Raised if oldnode is not an attribute of the element.