Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

PHP stripcslashes — Un-quote string quoted with addcslashes()

<?php

var_dump(stripcslashes('I'd have a coffee.
Not a problem.') === "I'd have a coffee.
Not a problem."); // true
?>
 
PREVIOUS NEXT
Tagged: #PHP #stripcslashes #string #quoted
ADD COMMENT
Topic
Name
6+8 =