說明
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.
Return值
Returns the unescaped string.