Query: xmlwriter_output_memory
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XMLWRITER_OUTPUT_MEMORY(3) 1 XMLWRITER_OUTPUT_MEMORY(3) XMLWriter::outputMemory - Returns current buffer Object oriented styleSYNOPSISstring XMLWriter::outputMemory ([bool $flush = true])DESCRIPTIONProcedural style string xmlwriter_output_memory (resource $xmlwriter, [bool $flush = true]) Returns the current buffer.PARAMETERSo $ 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 VALUESReturns the current buffer as a string.SEE ALSOXMLWriter::flush. PHP Documentation Group XMLWRITER_OUTPUT_MEMORY(3)