From 97b2f255267b9e416753257805051d2636e871c6 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Mon, 19 Jan 2004 19:59:16 +0000 Subject: [PATCH] added documentation and example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149253 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../tidy/functions/tidy-repair-string.xml | 57 ++++++++++++++++++- 1 file changed, 54 insertions(+), 3 deletions(-) diff --git a/reference/tidy/functions/tidy-repair-string.xml b/reference/tidy/functions/tidy-repair-string.xml index c5efc16622..5a62b556dd 100644 --- a/reference/tidy/functions/tidy-repair-string.xml +++ b/reference/tidy/functions/tidy-repair-string.xml @@ -1,6 +1,5 @@ - - + tidy_repair_string @@ -14,10 +13,62 @@ booltidy_repair_string stringdata stringconfig_file + stringencoding + + This function repairs the given string. + + + + <function>tidy_repair_string</function> example + + - &warn.undocumented.func; + + + test + + +

error + + + +]]> + + + The above example will output: + + + + + +test + + +

error

+ + +]]> + +
+
+ + See also tidy_parse_file, + tidy_parse_string and + tidy_repair_file. + + ¬e.tidy.2only;