InputFilterLocated in /includes/phpInputFilter/class.inputfilter.php (line 13)
void
inputFilter
([Array $tagsArray = array()], [Array $attrArray = array()], [int $tagsMethod = 0], [int $attrMethod = 0], [int $xssAuto = 1])
mixed
$attrArray
(line 15)
mixed
$attrBlacklist
= array('action', 'background', 'codebase', 'dynsrc', 'lowsrc') (line 22)
mixed
$attrMethod
(line 18)
mixed
$tagBlacklist
= array('applet', 'body', 'bgsound', 'base', 'basefont', 'embed', 'frame', 'frameset', 'head', 'html', 'id', 'iframe', 'ilayer', 'layer', 'link', 'meta', 'name', 'object', 'script', 'style', 'title', 'xml') (line 21)
mixed
$tagsArray
(line 14)
mixed
$tagsMethod
(line 17)
mixed
$xssAuto
(line 20)
Function to determine if contents of an attribute is safe
Internal method to strip a tag of certain attributes
Internal method to strip a string of certain tags
Constructor for inputFilter class. Only first parameter is required.
Method to be called by another php script. Processes for XSS and specified bad code.
Internal method to iteratively remove all unwanted tags and attributes
Method to be called by another php script. Processes for SQL injection
Documentation generated on Mon, 05 May 2008 16:17:10 +0400 by phpDocumentor 1.4.0