From 083f58e2a4837204e6695b74926220496118d8d0 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 20 Jan 2004 16:10:33 +0000 Subject: [PATCH] added documentation and example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149312 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/tidy/functions/ob-tidyhandler.xml | 76 +++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100755 reference/tidy/functions/ob-tidyhandler.xml diff --git a/reference/tidy/functions/ob-tidyhandler.xml b/reference/tidy/functions/ob-tidyhandler.xml new file mode 100755 index 0000000000..187a60c9f9 --- /dev/null +++ b/reference/tidy/functions/ob-tidyhandler.xml @@ -0,0 +1,76 @@ + + + + + ob_tidyhandler + + ob_start callback function to repair the buffer + + + + Description + + stringob_tidyhandler + stringinput + intmode + + + ob_tidyhandler is intended to be used as a + callback function for ob_start to repair the buffer. + + + + <function>ob_tidyhandler</function> example + +test'; +?> +]]> + + + The above example will output: + + + + + + + + +

test

+ + +]]> +
+
+
+ + See also ob_start. + +
+
+ +