Object oriented style:
class XMLWriter {Procedural style:
bool xmlwriter_write_cdata ( resource xmlwriter, string content )Writes a full CDATA.
xmlwriterJedynie 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().
contentThe contents of the CDATA.
| Poprzedni | Spis treści | Następny |
| XMLWriter::writeAttribute | Początek rozdziału | XMLWriter::writeComment |