(PHP 4, PHP 5, PHP 7)
Un-quote string quoted with addcslashes()
string stripcslashes ( string $str )
Returns a string with backslashes stripped off. Recognizes C-like \n, \r ..., octal and hexadecimal representation.
Parameters:
str
The string to be unescaped.
Returns:
Returns the unescaped string.
See also:
Please login to continue.