说明
string stripcslashes
( string $str
)
Returns a string with backslashes stripped off. Recognizes C-like \n, \r ..., octal and hexadecimal representation.
参数
- str
-
The string to be unescaped.
返回值
Returns the unescaped string.