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

17 lines
207 B
Plaintext

:sig
void ob_close()
:params
(none)
:see
>ob
:content
Discards the current output buffer.
If more output buffers remain on the stack, UCE switches to the next one.
:example
print("ob_close example\n");