(no version information, might be only in CVS)
XMLWriter->writeCData -- Kompletten CDATA-Block schreibenObjektorientiert:
class XMLWriter {Prozedural:
bool xmlwriter_write_cdata ( resource xmlwriter, string content )Schreibt einen vollständigen CDATA-Block.
xmlwriter
Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri() or xmlwriter_open_memory().
content
Inhalt des CDATA-Blocks.
Zurück | Zum Anfang | Weiter |
XMLWriter->writeAttribute | Nach oben | XMLWriter->writeComment |