Easy Tutorial
❮ Func String Sha1 Php Var_Export Function ❯

PHP stripcslashes() Function

PHP String Reference Manual

Example

Remove the backslash in front of "World!":


Definition and Usage

The stripcslashes() function removes backslashes added by the addcslashes() function.

Note: This function can be used to clean data retrieved from a database or an HTML form.


Syntax

Parameter Description
string Required. Specifies the string to be checked.

Technical Details

Return Value: Returns the unescaped string.
PHP Version: 4+
--- ---
❮ Func String Sha1 Php Var_Export Function ❯