stripcslashes

 string stripcslashes ( string $str ) 

説明

Returns a string with backslashes stripped off. Recognizes C-like \n, \r ..., octal and hexadecimal representation.

戻り値

Returns the unescaped string.