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