(PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL xmlwriter >= 2.0.4)
XMLWriter::writeRaw -- xmlwriter_write_raw — Write a raw XML text
Stile orientato agli oggetti
Stile procedurale
Writes a raw xml text.
xmlwriter
Solo per chiamate procedurali. La resource XMLWriter che รจ stata modificata. Questa risorsa deriva da una chiamata a xmlwriter_open_uri() or xmlwriter_open_memory().
content
The text string to write.
Restituisce true
in caso di successo, false
in caso di fallimento.