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