XMLWriter 함수 목록
PHP Manual

XMLWriter::outputMemory

(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)

XMLWriter::outputMemoryReturns current buffer

설명

객체 기반 스타일

XMLWriter
string outputMemory ([ bool $flush ] )

절차식 스타일

string xmlwriter_output_memory ( resource $xmlwriter [, bool $flush ] )

Returns the current buffer.

인수

xmlwriter

순차적 호출에서만 사용. XMLWriter resource가 수정됩니다. 이 자원은 xmlwriter_open_uri()xmlwriter_open_memory() 호출로 만들어집니다.

flush

Whether to flush the output buffer or no. Default is TRUE.

반환값

Returns the current buffer as a string.

참고


XMLWriter 함수 목록
PHP Manual