01 2021 档案

摘要:function strFilter($str){ $str = str_replace('`', '', $str); $str = str_replace('·', '', $str); $str = str_replace('~', '', $str); $str = str_replace( 阅读全文
posted @ 2021-01-22 15:16 小ྀ青ྀ年້ 阅读(168) 评论(0) 推荐(0)
摘要:function filterChars($chars){ if(is_array($chars)){ foreach($chars as &$value){ if(is_string($value)){ $value = htmlspecialchars($value); } } }else if 阅读全文
posted @ 2021-01-22 15:15 小ྀ青ྀ年້ 阅读(186) 评论(0) 推荐(0)