Definition
The stripcslashes() function removes backslashes added by the addcslashes() function.
Syntax
stripcslashes(string)
Parameters
| Parameter | Description |
|---|---|
string |
Required. Specifies the string to check. |
Example
<?php
echo stripcslashes("Welcome to \PHP!");