XMLWriter->writeCData()

(no version information, might be only in CVS)

XMLWriter->writeCData() -- Kompletten CDATA-Block schreiben

Beschreibung

Objektorientiert:

class XMLWriter {

bool writeCData ( string content )

}

Prozedural:

bool xmlwriter_write_cdata ( resource xmlwriter, string content )

Schreibt einen vollständigen CDATA-Block.

Parameter Liste

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.

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Siehe auch

XMLWriter->startCData()
XMLWriter->endCData()