stripcslashes
(PHP 4, PHP 5)
stripcslashes — 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.
参数
-
str
-
The string to be unescaped.
返回值
Returns the unescaped string.