From 1f14640b3e756a6f5523b392bba8605bdf55d92d Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 3 Dec 2001 07:43:53 +0000 Subject: - Added ob_get_level, which returns the nesting level of the output buffering mechanism. (patch by Yasuo Ohgaki ) @- Added ob_get_level, which returns the nesting level of the output buffering @ mechanism. (Yasuo, Derick) --- main/php_output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_output.h') diff --git a/main/php_output.h b/main/php_output.h index e8d1f2f7b0..191b0322b5 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -49,6 +49,7 @@ PHP_FUNCTION(ob_end_flush); PHP_FUNCTION(ob_end_clean); PHP_FUNCTION(ob_get_contents); PHP_FUNCTION(ob_get_length); +PHP_FUNCTION(ob_get_level); PHP_FUNCTION(ob_implicit_flush); typedef struct _php_ob_buffer { -- cgit v1.2.1