DOMElement::removeAttribute
DOMElement::removeAttribute
(PHP 5, PHP 7)
DOMElement :: removeAttribute - 删除属性
描述
public bool DOMElement::removeAttribute ( string $name )
删除name
元素中指定的属性。
参数
name
属性的名称。
返回值
TRUE
成功或FALSE
失败时返回。
错误/异常
DOM_NO_MODIFICATION_ALLOWED_ERR
如果节点是只读的,则引发。