stripslashes
PHP 4, PHP 5, PHP 7, PHP 8
stripslashes - Un-quotes a quoted string
Example #1 Using stripslashes on an array
Result: Array
(
[0] => f'oo
[1] => b'ar
[2] => Array
(
[0] => fo'o
[1] => b'ar
)
)
Example #2 A stripslashes example
Example #3 of stripslashes