(PHP3 , PHP4 )
string stripslashes (string str)
string stripslashes
Returns a string with backslashes stripped off. (\' becomes ' and so on.) Double backslashes are made into a single backslash.
See also addslashes().