Object oriented style:
class XMLWriter {Procedural style:
bool xmlwriter_write_comment ( resource xmlwriter, string content )Writes a full comment.
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.
Poprzedni | Spis treści | Następny |
XMLWriter::writeCData | Początek rozdziału | XMLWriter::writeDTDAttlist |