PHP : Function Reference : String Functions : quotemeta
george adams
15-may-2001 11:41
This function escapes characters that have special meaning in regular expressions. preg_quote() <http://php.net/manual/en/function.preg-quote.php> has similar functionality, but is more powerful since it escapes more characters (including one user-specified character).
03-apr-2001 08:04
qutemeta() is note for quoting meta tags, but is for quoting characters which can be misunderstanded by php or a database.
|
|