From 66a50c5373e8d0d7bd1fcf8accb0ac179a0122b3 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 3 Oct 2002 07:17:14 +0000 Subject: Added ob_flush_all() that flushes bufferred contents until it actually sent/printed. @ Added ob_flush_all() that flushes all buffers. (Yasuo) --- 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 67d16a1741..4d0f7f0697 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -47,6 +47,7 @@ PHPAPI int php_ob_get_length(zval *p TSRMLS_DC); PHP_FUNCTION(ob_start); PHP_FUNCTION(ob_flush); +PHP_FUNCTION(ob_flush_all); PHP_FUNCTION(ob_clean); PHP_FUNCTION(ob_end_flush); PHP_FUNCTION(ob_end_clean); -- cgit v1.2.1