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
Descrierea
Stil obiect-orientat
bool XMLWriter::text
( string
$content
)Stil procedural
bool xmlwriter_text
( resource
$xmlwriter
, string $content
)Writes a text.
Parametri
-
xmlwriter -
Numai pentru apelurile procedurale. Resursa XMLWriter care este modificată. Această resursă se obține în urma apelării xmlwriter_open_uri() sau xmlwriter_open_memory ().
-
content -
The contents of the text.
Valorile întoarse
Întoarce valoarea TRUE în cazul
succesului sau FALSE în cazul eșecului.
c dot 1 at smithies dot org ¶
1 year ago
