uce/site/doc/pages/ob_get_close.txt
2026-06-16 12:21:31 +00:00

17 lines
307 B
Plaintext

:sig
String ob_get_close()
:params
return value : content of the current output buffer
:see
>ob
:content
Returns the contents of the current output buffer and then discards that buffer.
If more output buffers remain on the stack, UCE switches to the next one.
:example
print("ob_get_close example\n");