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