stripcslashes

Definition

string stripcslashes ( string $str )

Description

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

[More at php.net]

Parameters


loading


Share/bookmark - stripcslashes


Global comments