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

17 lines
250 B
Plaintext

:sig
String ob_get()
:params
return value : content of the current output buffer
:see
>ob
:content
Returns the contents of the current output buffer.
Unlike `ob_get_close()`, this does not discard the buffer.
:example
print("ob_get example\n");