XMLWRITER_OUTPUT_MEMORY(3) 1 XMLWRITER_OUTPUT_MEMORY(3)
XMLWriter::outputMemory - Returns current buffer
Object oriented style
SYNOPSIS
string XMLWriter::outputMemory ([bool $flush = true])
DESCRIPTION
Procedural style
string xmlwriter_output_memory (resource $xmlwriter, [bool $flush = true])
Returns the current buffer.
PARAMETERS
o $
xmlwriter -Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xml-
writer_open_uri(3) or xmlwriter_open_memory(3).
o $flush
- Whether to flush the output buffer or not. Default is TRUE.
RETURN VALUES
Returns the current buffer as a string.
SEE ALSO
XMLWriter::flush.
PHP Documentation Group XMLWRITER_OUTPUT_MEMORY(3)