PHP
HTML

DOMElement::removeAttributeNode

DOMElement::removeAttributeNode

(PHP 5, PHP 7)

DOMElement :: removeAttributeNode - 删除属性

描述

public bool DOMElement::removeAttributeNode ( DOMAttr $oldnode )

oldnode从元素中移除属性。

参数

oldnode

属性节点。

返回值

TRUE成功或FALSE失败时返回。

错误/异常

DOM_NO_MODIFICATION_ALLOWED_ERR

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

DOM_NOT_FOUND_ERROR

oldnode引发如果不是元素的属性。