Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

addcslashes (PHP 4, PHP 5, PHP 7, PHP 8)

<?php
echo addcslashes('foo[ ]', 'A..z');
// output:  foo[ ]
// All upper and lower-case letters will be escaped
// ... but so will the []^_`
?>
 
PREVIOUS NEXT
Tagged: #addcslashes #PHP #PHP #PHP
ADD COMMENT
Topic
Name
3+6 =