String 函数
PHP 手册

stripcslashes

(PHP 4, PHP 5)

stripcslashesUn-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.

参见


String 函数
PHP 手册