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