suche nach in der

DOMDocument::createDocumentFragment> <DOMDocument::createCDATASection
Last updated: Fri, 18 May 2012

view this page in

DOMDocument::createComment

(PHP 5)

DOMDocument::createCommentCreate new comment node

Beschreibung

DOMComment DOMDocument::createComment ( string $data )

This function creates a new instance of class DOMComment. Dieser Knoten wird in Ihrem Dokument nicht sichtbar sein, bis dieser zum Beispiel mit der Funktion DOMNode::appendChild eingefügt wird.

Parameter-Liste

data

The content of the comment.

Rückgabewerte

The new DOMComment or FALSE if an error occured.

Siehe auch



add a note add a note User Contributed Notes
DOMDocument::createComment
There are no user contributed notes for this page.