Forum und email
XMLWriter::text

XMLWriter::text

(no version information, might be only in CVS)

XMLWriter::text -- Write text

Opis

Object oriented style:

class XMLWriter {

bool text ( string content )

}

Procedural style:

bool xmlwriter_text ( resource xmlwriter, string content )

Writes a text.

Parametry

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 text.

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.