|
PHP5中文手册
DOMElement->setIdAttributeNS()(No version information available, might be only in CVS) DOMElement->setIdAttributeNS() — Declares the attribute specified by local name and namespace URI to be of type ID 说明DOMElement
void setIdAttributeNS
( string $namespaceURI
, string $localName
, bool $isId
)
Declares the attribute specified by localName and namespaceURI to be of type ID. 参数
返回值无返回值。 错误/异常
|