DOMDocument::createDocumentFragment

(PHP 5, PHP 7)

DOMDocument::createDocumentFragmentCreate new document fragment

Beschreibung

public DOMDocument::createDocumentFragment ( void ) : DOMDocumentFragment

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 occurred.

Siehe auch