PHP
HTML

DOMElement::setAttributeNodeNS

DOMElement::setAttributeNodeNS

(PHP 5, PHP 7)

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

描述

public DOMAttr DOMElement::setAttributeNodeNS ( DOMAttr $attr )

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

参数

attr

属性节点。

返回值

如果属性已被替换,则返回旧节点。

错误/异常

DOM_NO_MODIFICATION_ALLOWED_ERR

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