Source Code:
(back to article)
<?php $str = "Hello\\ World\\!"; $result = stripcslashes($str); echo $result;
Result:
Report an issue