quotemeta()
quotemeta - Quote meta characters
Syntax
string quotemeta (
string $str)
Arguments
Description
Returns a version of str with a backslash character ( \) before every character that is among these:. \ + * ? [ ^ ] ( $)
Version
PHP 4, 5
Return value
Returns the string with meta characters quoted.