函式:QuoteMeta()


QuoteMeta

加入引用符号。

语法: string quotemeta(string str);

传回值: 字串

函式种类: 资料处理

内容说明

本函式将字串中含有 . \\ + * ? [ ^ ] ( $ ) 等字元的前面加入反斜线 "\" 符号。

参考

addslashes()  htmlentities()  htmlspecialchars()  nl2br()  stripslashes()  


[ 上一页 下一页 ]