13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
:sig
|
|
String ob_get_close()
|
|
|
|
:params
|
|
return value : content of the current output buffer
|
|
|
|
:desc
|
|
Returns the contents of the current output buffer and then discards the buffer.
|
|
If are more output buffers on the stack, switch to the next one.
|
|
|
|
:see
|
|
>ob
|