您的位置:寻梦网首页编程乐园PHP 编程PHP5中文手册
PHP5中文手册

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.

参见