Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
stripcslashes

stripcslashes

(PHP 4, PHP 5)

stripcslashes --  Un-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.

See also addcslashes().