ob_list_handlers

PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
ob_list_handlers - List all output handlers in use
Manual
Code Examples

Example #1 ob_list_handlers example

Result: Array ( [0] => default output handler ) Array ( [0] => ob_gzhandler ) Array ( [0] => Closure::__invoke )
PHP Version:


Function ob_list_handlers:

Output Buffering Control Functions

Most used PHP functions