(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)
stripslashes -- Un-quote string quoted with
addslashes()
Description
string stripslashes (string str)
Returns a string with backslashes stripped off. (\' becomes ' and so
on.) Double backslashes are made into a single backslash.
See also addslashes().
|