|
PHP5中文手册
DOMElement->setAttributeNode()(No version information available, might be only in CVS) DOMElement->setAttributeNode() — Adds new attribute node to element 说明DOMElement
DOMAttr setAttributeNode
( DOMAttr $attr
)
Adds new attribute node attr to element. 参数
返回值Returns old node if the attribute has been replaced or NULL. 错误/异常
|