Display the drop-down list

quotemeta()

« printf | rad2deg »
<?php
$string 
quotemeta (
    
  // string $str
);
?>
Result
$string = '\\. \\\\ \\+ \\* \\? \\[ \\^ \\] \\( \\$ \\)'
Examples
#1 quotemeta  ('. \ + * ? [ ^ ] ( $ )')
#2 quotemeta  ("abcd123")
See also
addcslashes, addslashes, htmlentities, htmlspecialchars, nl2br, preg_quote, stripcslashes, stripslashes