ob_list_handlers()
function ob_list_handlers(): array
Lists all output handlers in use.
Parameters: none.
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_list_handlers.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how ob_list_handlers is implemented in the compiler, see the internals page.