摘要: 安全过滤函数,用于过滤危险字符 function safe_replace($string) { $string = str_replace('','',$string); $string =str_replace(''','',$string); $string =str_replace('... 阅读全文
posted @ 2017-07-27 17:20 码农编程进阶笔记 阅读(1777) 评论(0) 推荐(0)
摘要: 安全过滤函数,用于过滤危险字符 function safe_replace($string) { $string = str_replace(' ','',$string); $string = str_replace(''',... 阅读全文
posted @ 2017-07-27 17:20 码农编程进阶笔记 阅读(38) 评论(0) 推荐(0)
返回顶部 有事您Q我