PHP3 Manual | ||
---|---|---|
Prev | Next |
StripSlashes -- un-quote string quoted with addslashes
Returns a string with backslashes stripped off. (\' becomes ' and so on.) Double backslashes are made into a single backslash.
See also addslashes().
Prev | Home | Next |
strcmp | Up | strlen |