DOMImplementation::createDocumentCreates a DOMDocument object of the specified type with its document element Beschreibung
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. Parameter-Liste
Rückgabewerte
A new DOMDocument object. If
Fehler/Exceptions
Diese Methode kann statisch aufgerufen werden, dies wird aber einen Siehe auch
|