(PHP 5 >= 5.2.0, PHP 7, PECL xmlwriter >= 2.0.4)
XMLWriter::writeRaw -- xmlwriter_write_raw — Écrit un texte XML brut
Style orienté objet
$content
) : boolStyle procédural
$xmlwriter
, string $content
) : boolÉcrit un texte XML brut.
xmlwriter
Uniquement pour les appels procéduraux. La ressource XMLWriter qui a été modifiée. Cette ressource provient d'un appel à xmlwriter_open_uri() ou xmlwriter_open_memory().
content
Le texte à écrire.
Cette fonction retourne TRUE
en cas de succès ou FALSE
si une erreur survient.