PHP. Руководство по PHP. 2005
DOMImplementation->createDocument()
HREF="function.dom-domimplementation-construct.html"> HREF="function.dom-domimplementation-createdocumenttype.html"> Пред.
DOMImplementation->createDocument()
(no version information, might be only in CVS)DOMImplementation->createDocument() -- Creates a DOMDocument object of the specified type with its document element
Описание
class DOMImplementation {DOMDocument createDocument ([string namespaceURI [, string qualifiedName [, DOMDocumentType doctype]]])
}
Creates a DOMDocument object of the specified type with its document element.