diff --git a/functions/strings.xml b/functions/strings.xml index 0ec4789d47..0fd903b10d 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -117,6 +117,11 @@ echo addcslashes("zoo['.']", 'z..A'); ("), backslash (\) and NUL (the &null; byte). + + + magic_quotes_gpc is ON by default. + + See also stripslashes, htmlspecialchars, and