ob_get_status()
function ob_get_status(bool $full_status = false): array
Gets status of output buffers.
Parameters:
$full_status(bool), defaultfalse, optional
Returns: array
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_status.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how ob_get_status is implemented in the compiler, see the internals page.