This class implements one @xml_output able to store and return output in memory.
More...
|
| debug_info () |
|
| get_allcontents () |
|
| set_buffersize ($buffersize) |
|
| start () |
|
| stop () |
|
| write ($content) |
| Get contents from @xml_writer and buffer/output them.
|
|
|
const | DEFAULT_BUFFER_SIZE = 4096 |
|
|
| $allcontents |
|
| $buffersize |
|
| $currentbuffer |
|
| $currentbuffersize |
|
string float | $finishtime |
| finish microtime.
|
|
| $inittime |
|
| $running |
|
| $sentbytes |
|
| $usebuffer |
|
This class implements one @xml_output able to store and return output in memory.
- Copyright
- 2010 onwards Eloy Lafuente (stronk7)
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Although possible to use, has been defined as not supporting buffering for testing purposes. get_allcontents() will return the contents after ending.
TODO: Finish phpdocs
◆ finish()
memory_xml_output::finish |
( |
| ) |
|
|
protected |
◆ init()
memory_xml_output::init |
( |
| ) |
|
|
protected |
◆ send()
memory_xml_output::send |
( |
| $content | ) |
|
|
protected |
The documentation for this class was generated from the following file: