summaryrefslogtreecommitdiff
path: root/main/php_output.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-08-05 03:09:42 +0000
committerMarcus Boerger <helly@php.net>2002-08-05 03:09:42 +0000
commitfd26a5c0a99dbdfe0909473283a24125edaf2200 (patch)
tree2110c278fd7cad785644e7a8bdc86815d232d07a /main/php_output.h
parent16357dc2afbad5070c07fd22c6795cedbb1626c3 (diff)
downloadphp-git-fd26a5c0a99dbdfe0909473283a24125edaf2200.tar.gz
-New function ob_list_handlers
@- Added ob_list_handlers() which returns an array of all active output @ handlers. (marcus)
Diffstat (limited to 'main/php_output.h')
-rw-r--r--main/php_output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_output.h b/main/php_output.h
index 48f9bde31d..977c217d65 100644
--- a/main/php_output.h
+++ b/main/php_output.h
@@ -50,6 +50,7 @@ PHP_FUNCTION(ob_get_length);
PHP_FUNCTION(ob_get_level);
PHP_FUNCTION(ob_get_status);
PHP_FUNCTION(ob_implicit_flush);
+PHP_FUNCTION(ob_list_handlers);
typedef struct _php_ob_buffer {
char *buffer;