Forum und email

DOMDocument->createDocumentFragment()

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

DOMDocument->createDocumentFragment() — Create new document fragment

Descripción

DOMDocument
DOMDocumentFragment createDocumentFragment ( void )

This function creates a new instance of class DOMDocumentFragment. Este nodo no sera mostrado en el documento a no ser que sea introducido por ejemplo con DOMNode->appendChild().

Valores retornados

The new DOMDocumentFragment or FALSE if an error occured.