|
PHP5中文手册
XMLWriter::outputMemory(No version information available, might be only in CVS) XMLWriter::outputMemory — Returns current buffer 说明Object oriented style: XMLWriter
bool outputMemory
([ bool $flush
] )
Procedural style:
string xmlwriter_output_memory
( resource $xmlwriter
[, bool $flush
] )
Returns the current buffer. 参数
返回值Returns the current buffer as a string. |