(PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)
XMLWriter::writeRaw -- xmlwriter_write_raw — Write a raw XML text
Stile orientato agli oggetti
$content
)Stile procedurale
$xmlwriter
, string $content
)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.