PHP quotemeta() 函数
实例
在预定义的字符前添加反斜杠:
<"Hello world. (can you hear me"; echo quotemeta($str); "htmlcode">quotemeta( _string_ )实例 1
在多个预定义的字符前添加反斜杠:
<"1 + 1 = 2"; $str2 = "1 * 1 = 1"; $str3 = "Could you borrow me 5$"; $str4 = "Are you not entertained"; $str5 = "The caret [ ^ ] Looks like a hat!"; echo quotemeta($str1)."<br>"; echo quotemeta($str2)."<br>"; echo quotemeta($str3)."<br>"; echo quotemeta($str4)."<br>"; echo quotemeta($str5)."<br>"; ?>总结
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对的支持。如果你想了解更多相关内容请查看下面相关链接
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
桃源资源网 Design By www.nqtax.com
暂无“PHP中quotemeta()函数的用法讲解”评论...