XMLWriter::writeCData
Opis
Object oriented style:
class XMLWriter {bool writeCData ( string content )
}
Procedural style:
bool xmlwriter_write_cdata ( resource xmlwriter, string content )Writes a full CDATA.
Parametry
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 |