STRIPCSLASHES
Un-quote string quoted with addcslashes()
SYNTAX
stripcslashes ( string $str ) : string
PARAMETERS
str
The string to be unescaped.
RETURN
Returns the unescaped string.
EXAMPLES
1
AB\C\D\Eab\c\d\e
ABCDEabcde
2
AB\C\D\Eab\c\d\e
ABCDEabcde