DOMImplementation::createDocumentCreates a DOMDocument object of the specified type with its document element Description
public DOMDocument DOMImplementation::createDocument
([ string
$namespaceURI = NULL
[, string $qualifiedName = NULL
[, DOMDocumentType $doctype = NULL
]]] )Creates a DOMDocument object of the specified type with its document element. Parameters
Return Values
A new DOMDocument object. If
Errors/Exceptions
This method may be called statically, but will issue an See Also
|