diff --git a/reference/outcontrol/functions/ob-list-handlers.xml b/reference/outcontrol/functions/ob-list-handlers.xml new file mode 100755 index 0000000000..b7a1498152 --- /dev/null +++ b/reference/outcontrol/functions/ob-list-handlers.xml @@ -0,0 +1,45 @@ + + + + + ob_list_handlers + + List all output handlers in use + + + + Description + + arrayob_list_handlers + + + + This will return an array with the output handlers in use (if any). + + + See also ob_end_clean, + ob_end_flush and ob_start. + + + + +