summaryrefslogtreecommitdiff
path: root/main/php_output.h
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-10-03 01:36:44 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-10-03 01:36:44 +0000
commitbd177ce7c1b4a9d73fc38c4f41e6001085ad882d (patch)
treecfec444b1d1791f7d30244c7dda0c952d79df759 /main/php_output.h
parent01830c0d272d321752a60e81245f8098d0d279b3 (diff)
downloadphp-git-bd177ce7c1b4a9d73fc38c4f41e6001085ad882d.tar.gz
Added ob_get_clean() and ob_get_flush().
Someone requested this feature before. @ Added ob_get_clean() and og_get_flush(). (Yasuo)
Diffstat (limited to 'main/php_output.h')
-rw-r--r--main/php_output.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_output.h b/main/php_output.h
index 0c485e834c..99810802ca 100644
--- a/main/php_output.h
+++ b/main/php_output.h
@@ -47,6 +47,8 @@ PHP_FUNCTION(ob_flush);
PHP_FUNCTION(ob_clean);
PHP_FUNCTION(ob_end_flush);
PHP_FUNCTION(ob_end_clean);
+PHP_FUNCTION(ob_get_flush);
+PHP_FUNCTION(ob_get_clean);
PHP_FUNCTION(ob_get_contents);
PHP_FUNCTION(ob_get_length);
PHP_FUNCTION(ob_get_level);