PHP3 Manual | ||
---|---|---|
Prev | Next |
AddSlashes -- quote string with slashes
Returns a string with backslashes before characters that need to be quoted in database queries etc. These characters are single quote ('), double quote ("), and backslash (\).
See also stripslashes() and quotemeta().
Prev | Home | Next |
String functions | Up | Chop |