DOMDocument
PHP Manual

DOMDocument::createDocumentFragment

(No version information available, might be only in CVS)

DOMDocument::createDocumentFragmentCreate new document fragment

Beschreibung

DOMDocumentFragment DOMDocument::createDocumentFragment ( void )

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
PHP Manual