From a8e108cc53ccadcba2fe0c99b1b9518dd89d3f73 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Fri, 13 Aug 2004 14:03:24 +0000 Subject: [PATCH] add available callbacks to see also git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166281 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/outcontrol/functions/ob-start.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reference/outcontrol/functions/ob-start.xml b/reference/outcontrol/functions/ob-start.xml index 71d306dcd0..a0754580e5 100644 --- a/reference/outcontrol/functions/ob-start.xml +++ b/reference/outcontrol/functions/ob-start.xml @@ -1,5 +1,5 @@ - + @@ -132,8 +132,10 @@ ob_end_flush(); See also ob_get_contents, ob_end_flush, ob_end_clean, - ob_implicit_flush and - ob_gzhandler. + ob_implicit_flush, + ob_gzhandler, ob_iconv_handler + mb_output_handler, and + ob_tidyhandler.