Answers for "stripslashes"

PHP
0

stripslashes

<?php
$str = "Is your name O\'reilly?";

// Outputs: Is your name O'reilly?
echo stripslashes($str);
?>
Posted by: Guest on May-29-2021
-1

stripslash

stripslashs($value)
Posted by: Guest on February-08-2021

Browse Popular Code Answers by Language