17 lines
207 B
Plaintext
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");
|