php过滤所有恶意字符(批量过滤post,get敏感数据)_php技巧
函数代码: 复制代码代码如下://php 批量过滤post,get敏感数据if (get_magic_quotes_gpc()) {$_GET = stripslashes_array($_GET);$_POST = stripsla...
函数代码: 复制代码代码如下://php 批量过滤post,get敏感数据if (get_magic_quotes_gpc()) {$_GET = stripslashes_array($_GET);$_POST = stripsla...