(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)
XMLWriter::outputMemory -- xmlwriter_output_memory — Devuelve el actual buffer
Estilo orientado a objetos
$flush
= TRUE
] ) : stringEstilo por procedimientos
$xmlwriter
[, bool $flush
= TRUE
] ) : stringDevuelve el buffer actual.
xmlwriter
Sólo para llamadas por procedimientos. El resource XMLWriter que está siendo modificado. Este recurso proviene de una llamada a xmlwriter_open_uri() o xmlwriter_open_memory().
flush
Si se mantiene la salida del buffer o no. Por omisión es TRUE
.
Devuelve el buffer actual como un string.