PHP
HTML

DOMElement::setAttributeNode

DOMElement::setAttributeNode

(PHP 5, PHP 7)

DOMElement :: setAttributeNode - 将新的属性节点添加到元素

描述

public DOMAttr DOMElement::setAttributeNode ( DOMAttr $attr )

将新的属性节点添加attr到元素。

参数

attr

属性节点。

返回值

如果属性已被替换或返回旧节点NULL

错误/异常

DOM_NO_MODIFICATION_ALLOWED_ERR

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