diff --git a/reference/strings/functions/stripslashes.xml b/reference/strings/functions/stripslashes.xml index 7b5bcf89d7..58550b4f58 100644 --- a/reference/strings/functions/stripslashes.xml +++ b/reference/strings/functions/stripslashes.xml @@ -1,5 +1,5 @@ - + @@ -20,6 +20,13 @@ Double backslashes (\\) are made into a single backslash (\). + + + If magic_quotes_sybase is + on, no backslashes are stripped off but two apostrophes are replaced by + one instead. + + An example use of stripslashes is when the PHP directive magic_quotes_gpc