From d5440f6d6d3ab6a4ba2c24a2f0c5f1684e2fa6e5 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 2 Jan 2004 17:45:45 +0000 Subject: [PATCH] new function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147707 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../outcontrol/functions/ob-list-handlers.xml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 reference/outcontrol/functions/ob-list-handlers.xml 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. + + + + +