PHP function stripcslashes()
Availability in PHP 4.0
Removes escaping characters from a string that was originally converted by the addcslashes function.
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$str |
string |
not | Input string |
Return values
string