![]() |
|
||||||||||
|
DOMDocument->createElementNS()(no version information, might be only in CVS) DOMDocument->createElementNS() -- Create new element node with an associated namespaceОписаниеclass DOMDocument {DOMElement createElementNS ( string namespaceURI, string qualifiedName [, string value] ) } This function creates a new element node with an associated namespace. Этот узел не будет отображаться в документе до тех пор, пока он не будет вставлен, к пример функцией DOMNode->appendChild(). Список параметров
Errors/Exceptions
Примеры
Смотрите также
DOMDocument->createElementNS() There are no user contributed notes for this page. |