加入引用符号。
语法: string quotemeta(string str);
返回值: 字符串
函数种类: 资料处理
本函数将字符串中含有 . \\ + * ? [ ^ ] ( $ ) 等字符的前面加入反斜线 "\" 符号。
addslashes() htmlentities() htmlspecialchars() nl2br() stripslashes()