Forum und email

DOMDocument->createComment()

(No version information available, might be only in CVS)

DOMDocument->createComment() — Create new comment node

Descripción

DOMDocument
DOMComment createComment ( string $data )

This function creates a new instance of class DOMComment. Este nodo no sera mostrado en el documento a no ser que sea introducido por ejemplo con DOMNode->appendChild().

Lista de parámetros

data

The content of the comment.

Valores retornados

The new DOMComment or FALSE if an error occured.