summaryrefslogtreecommitdiff
path: root/main/php_output.h
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-10-03 07:17:14 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-10-03 07:17:14 +0000
commit66a50c5373e8d0d7bd1fcf8accb0ac179a0122b3 (patch)
tree769abe9a509ee21901c0b3e60133d9d6887b59f9 /main/php_output.h
parent4fbf3f77c083f4734d1f9a594c65974cb2ed12b0 (diff)
downloadphp-git-66a50c5373e8d0d7bd1fcf8accb0ac179a0122b3.tar.gz
Added ob_flush_all() that flushes bufferred contents until it actually
sent/printed. @ Added ob_flush_all() that flushes all buffers. (Yasuo)
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 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);