QuoteMeta

(PHP 3, PHP 4, PHP 5)

QuoteMeta -- メタ文字をクォートする

説明

string quotemeta ( string str )

文字列strについて、
. \ + * ? [ ^ ] ( $ )
の間にあるすべての文字 の前にバックスラッシュ文字(\)でクォートして返します。

注意: この関数はバイナリデータに対応しています。

See also addslashes(), addcslashes(), htmlentities(), htmlspecialchars(), nl2br(), stripslashes(), stripcslashes() も参照ください。