|
PHP5中文手册
DOMElement->setAttributeNS()(No version information available, might be only in CVS) DOMElement->setAttributeNS() — Adds new attribute 说明DOMElement
void setAttributeNS
( string $namespaceURI
, string $qualifiedName
, string $value
)
Sets an attribute with namespace namespaceURI and name name to the given value. If the attribute does not exist, it will be created. 参数
返回值无返回值。 错误/异常
|