首页 > Web开发 > 详细

php过滤函数

时间:2015-12-02 14:36:02      阅读:298      评论:0      收藏:0      [点我收藏+]

addcslashes — 以 C 语言风格使用反斜线转义字符串中的字符

addslashes — 使用反斜线引用字符串

strip_tags — 从字符串中去除 HTML 和 PHP 标记

stripcslashes — 反引用一个使用 addcslashes 转义的字符串

stripslashes — 反引用一个引用字符串

html_entity_decode — Convert all HTML entities to their applicable characters

htmlentities — Convert all applicable characters to HTML entities

htmlspecialchars_decode — 将特殊的 HTML 实体转换回普通字符

htmlspecialchars — Convert special characters to HTML entities

 

php过滤函数

原文:http://www.cnblogs.com/dhsx/p/5012813.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!