stripcslashes()
stripcslashes - Un-quote string quoted with
addcslashes()
Syntax
string stripcslashes (
string $str)
Arguments
- str - The string to be unescaped.
Description
Returns a string with backslashes stripped off. Recognizes C-like \n, \r..., octal and hexadecimal representation.
Version
PHP 4, 5
Return value
Returns the unescaped string.