createElement()"HREF="function.dom-domdocument-createelement.html"> Manuál PHP Předch�..."/>
Forum und email
DOMDocument->createDocumentFragment()

DOMDocument->createDocumentFragment()

(no version information, might be only in CVS)

DOMDocument->createDocumentFragment() -- Create new document fragment

Popis

class DOMDocument {

DOMDocumentFragment createDocumentFragment ( void )

}

This function creates a new instance of class DOMDocumentFragment. Tento uzel se v dokumentu neobjeví, nebyl-li přidán např. funkcí DOMNode->appendChild().

Návratové hodnoty

The new DOMDocumentFragment or FALSE if an error occured.