메소드 | 설명 | |
---|---|---|
addslashes ( mixed &$var ) : mixed | 增强的addslashes | |
checkCsrf ( integer $type = 1 ) | 防止csrf跨站攻击 | |
checkToken ( ) : boolean | 类加载-检测token值 | |
filterAll ( &$var ) | * 加强型过滤 | |
filterScript ( string $value ) : string | 过滤javascript,css,iframes,object等标签 | |
filterSql ( $value ) : string | 过滤sql语句 | |
filterStr ( string $value ) : string | 过滤特殊字符 | |
getToken ( ) : string | 类加载-获取全局TOKEN,防止CSRF攻击 | |
htmlspecialchars ( mixed &$var ) : mixed | 增强的htmlspecialchars | |
htmlspecialcharsDecode ( mixed &$var ) : mixed | 增强的htmlspecialchars_decode | |
setToken ( ) : void | 类加载-设置全局TOKEN,防止CSRF攻击 | |
stripTags ( mixed &$var ) : mixed | 增强的strip_tags | |
stripslashes ( mixed &$var ) : mixed | 增强的stripslashes |
public static addslashes ( mixed &$var ) : mixed | ||
$var | mixed | 要过滤的变量字符串或数组 |
리턴 | mixed | 处理后的变量 |
public static filterScript ( string $value ) : string | ||
$value | string | 需要过滤的值 |
리턴 | string |
public static htmlspecialchars ( mixed &$var ) : mixed | ||
$var | mixed | 要过滤的变量 字符串或数组 |
리턴 | mixed | 处理后的变量 |
public static htmlspecialcharsDecode ( mixed &$var ) : mixed | ||
$var | mixed | 要过滤的变量 字符串或数组 |
리턴 | mixed | 处理后的变量 |
public static stripslashes ( mixed &$var ) : mixed | ||
$var | mixed | 要过滤的变量字符串或数组 |
리턴 | mixed | 处理后的变量 |