update : 2015.11.03
php.shukuma.com검색:
|
XMLWriter::outputMemoryxmlwriter_output_memory(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::outputMemory -- xmlwriter_output_memory — Returns current buffer 설명객체 기반 형식
string XMLWriter::outputMemory
([ bool
$flush = true
] )절차식 형식
string xmlwriter_output_memory
( resource
$xmlwriter
[, bool $flush = true
] )Returns the current buffer. 인수
반환값Returns the current buffer as a string. |