DOMDocument::createDocumentFragment
(No version information available, might be only in CVS)
DOMDocument::createDocumentFragment — Create new document fragment
Beschreibung
This function creates a new instance of class DOMDocumentFragment. Dieser Knoten wird in Ihrem Dokument nicht sichtbar sein, bis dieser zum Beispiel mit der Funktion DOMNode->appendChild() eingefügt wird.
Rückgabewerte
The new DOMDocumentFragment or FALSE if an error occured.
Siehe auch
DOMDocument::createDocumentFragment
There are no user contributed notes for this page.
