XMLWriter Funciones
PHP Manual

XMLWriter::writeRaw

(PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)

XMLWriter::writeRawEscribe un texto sin formato del XML

Descripción

Estilo orientado a objetos

bool XMLWriter::writeRaw ( string $content )

Estilo por procesos

bool xmlwriter_write_raw ( resource $xmlwriter , string $content )

Escribe un texto sin formato del XML.

Parámetros

xmlwriter

Sólo para llamadas procedimentales. El resource XMLWriter que está siendo modificado. Este recurso proviene de una llamada a xmlwriter_open_uri() o xmlwriter_open_memory().

content

La cadena a escribir.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ver también


XMLWriter Funciones
PHP Manual