标签:com ring log turn class return rip div cti
/** * 过滤用户输入的基本数据,防止script攻击 * * @access public * @return string */ function compile_str($str) { $arr = array(‘<‘ => ‘<‘, ‘>‘ => ‘>‘,‘"‘=>‘”‘,"‘"=>‘’‘); return strtr($str, $arr); }
标签:com ring log turn class return rip div cti
原文地址:http://www.cnblogs.com/wanghaokun/p/6104282.html