PHP stripslashes() Function

PHP stripcslashes() Function
PHP stripos() Function

what is the syntax if the STRIPSLASHES() function in php?

stripslashes(string)
ParameterDescription
stringRequired. Specifies the string to check
PHP STRIPSLASHES() method

examples of the STRIPSLASHES() function

Example 1. In this example, we remove the backslash.

<?php
echo stripslashes("Who\'s Peter Griffin?");
?>

PHP stripcslashes() Function
PHP stripos() Function

Stay up-to-date about PHP!

We don’t spam!

en English
X
Scroll to Top