Forum und email

XMLWriter::writeComment

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

XMLWriter::writeComment — Write full comment tag

Descrizione

Object oriented style:

XMLWriter
bool writeComment ( string $content )

Procedural style:

bool xmlwriter_write_comment ( resource $xmlwriter , string $content )

Writes a full comment.

Elenco dei parametri

xmlwriter

Solo per chiamate procedurali. La resource XMLWriter che è stata modificata. Questa risorsa deriva da una chiamata a xmlwriter_open_uri() or xmlwriter_open_memory().

content

The contents of the comment.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.