uce/site/doc/pages/ob_get_close.txt

17 lines
463 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
:related
**PHP:** `ob_start()`, `ob_get_contents()`, `ob_get_clean()`, and related output-buffering APIs
**JavaScript / Node.js:** String accumulation, buffer capture, or render-to-string patterns in server code