downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

stripos> <strip_tags
[edit] Last updated: Fri, 17 May 2013

view this page in

stripcslashes

(PHP 4, PHP 5)

stripcslashesUn-quote string quoted with addcslashes()

Description

string stripcslashes ( string $str )

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

Parameters

str

The string to be unescaped.

Return Values

Returns the unescaped string.

See Also



stripos> <strip_tags
[edit] Last updated: Fri, 17 May 2013
 
add a note add a note User Contributed Notes stripcslashes - [6 notes]