PHP stripcslashes() Function

PHP strip_tags() Function
PHP stripslashes() Function

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

stripcslashes(string)
ParameterDescription
stringRequired. Specifies the string to check
PHP STRIPCSLASHES() method

examples of the STRIPCSLASHES() function

Example 1. In this example, we remove the backslash in front of “World!”.

<?php
echo stripcslashes("Hello \World!");
?>
PHP strip_tags() Function
PHP stripslashes() Function

Stay up-to-date about PHP!

We don’t spam!

en English
X
Scroll to Top