DOMDocument::createDocumentFragment

(PHP 5, PHP 7)

DOMDocument::createDocumentFragmentCreate new document fragment

설명

public DOMDocumentFragment DOMDocument::createDocumentFragment ( void )

This function creates a new instance of class DOMDocumentFragment. 이 노드는 DOMNode::appendChild() 등을 통하여 삽입하지 않으면 보여지지 않습니다.

반환값

The new DOMDocumentFragment or FALSE if an error occurred.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top