(No version information available, might be only in CVS)
DOMDocument->createDocumentFragment() — Create new document fragment
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().
The new DOMDocumentFragment or FALSE if an error occured.