ob_list_handlers
PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
ob_list_handlers - List all output handlers in use
Code Examples
Example #1 ob_list_handlers example
Result: Array
(
[0] => default output handler
)
Array
(
[0] => ob_gzhandler
)
Array
(
[0] => Closure::__invoke
)