DOMDocument
PHP Manual

DOMDocument::createDocumentFragment

(PHP 5)

DOMDocument::createDocumentFragmentCreate new document fragment

Описание

DOMDocumentFragment DOMDocument::createDocumentFragment ( void )

This function creates a new instance of class DOMDocumentFragment. Този възел няма да се показва в документа докато не бъде вмъкнат с DOMNode->appendChild().

Връщани стойности

The new DOMDocumentFragment or FALSE if an error occured.

Вж. също


DOMDocument
PHP Manual