ob_get_contents()
function ob_get_contents(): mixed
Returns the contents of the output buffer.
Parameters: none.
Returns: mixed
Availability
- Compiled (AOT): supported by the Elephc code generator.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/core/ob_get_contents.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how ob_get_contents is implemented in the compiler, see the internals page.