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 ) )
PHP Version:

Example #2 A stripslashes example

PHP Version:


Example #3 of stripslashes

PHP Version:


Function stripslashes:

Strings Functions

Most used PHP functions