There is no need to use htmlspecialchars() on your data: it is done automatically.
XMLWriter::text
xmlwriter_text
(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter::text -- xmlwriter_text — Write text
Opis
Styl obiektowy
bool XMLWriter::text
( string
$content
)Styl proceduralny
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 powodzenia, FALSE w
przypadku błędu.
c dot 1 at smithies dot org ¶
1 year ago
