stripcslashes

(PHP 4, PHP 5, PHP 7)
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.

Parameters:
str

The string to be unescaped.

Returns:

Returns the unescaped string.

See also:

addcslashes() -

doc_php
2016-02-24 16:12:35
Comments
Leave a Comment

Please login to continue.