Forum und email
XMLWriter::writeComment

XMLWriter::writeComment

(no version information, might be only in CVS)

XMLWriter::writeComment -- Write full comment tag

Opis

Object oriented style:

class XMLWriter {

bool writeComment ( string content )

}

Procedural style:

bool xmlwriter_write_comment ( resource xmlwriter, string content )

Writes a full comment.

Parametry

xmlwriter

Jedynie dla wywołań proceduralnych. Zasób XMLWriter, który jest modfikowany. Ten zasób pochodzi, z wywołania funkcji xmlwriter_open_uri() lub xmlwriter_open_memory().

content

The contents of the comment.

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.