createElement()"HREF="function.dom-domdocument-createelement.html"> Podręcznik PHP Popr..."/>
Forum und email
DOMDocument->createDocumentFragment()

DOMDocument->createDocumentFragment()

(no version information, might be only in CVS)

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

Opis

class DOMDocument {

DOMDocumentFragment createDocumentFragment ( void )

}

This function creates a new instance of class DOMDocumentFragment. Ten węzeł nie pojawi się w dokumencie dopóki nie zostanie wstawiony, np. metodą DOMNode->appendChild().

Zwracane wartości

The new DOMDocumentFragment or FALSE if an error occured.