DOMDocument->createComment()
Create new comment node
&reftitle.description;
DOMDocument
DOMCommentcreateComment
stringdata
This function creates a new instance of class
DOMComment. &dom.node.inserted;
&reftitle.parameters;
data
The content of the comment.
&reftitle.returnvalues;
The new DOMComment or &false; if an error occured.
&reftitle.seealso;