[XSSFilter] element index

All elements
e f r u x _
_
top
Method __construct
XSSFilter::__construct() in XSSFilter.class.php
A filter object that attempts to strip out evil data.
Method __construct
Extended response of filtered array data.
Method __construct
Extended response of filtered string data.
Method __get
ExtendedResponseArray::__get() in XSSFilter.class.php
Used to return data requested.
Method __get
ExtendedResponseString::__get() in XSSFilter.class.php
Used to return data requested.
Method __toString
Converts the instance to a String.
Method __toString
Converts instance to a String.
e
top
Variable $escape_html
XSSFilter::$escape_html in XSSFilter.class.php
Class variable noting if html should be escaped.
Variable $extended_return
XSSFilter::$extended_return in XSSFilter.class.php
Class variable noting if the return value should be a structure which includes the scrubbed data and a boolean noting if the data was modified or not.
Class ExtendedResponseArray
ExtendedResponseArray in XSSFilter.class.php
Array wrapper for safe arrays.
Class ExtendedResponseString
ExtendedResponseString in XSSFilter.class.php
String wrapper for safer strings.
f
top
Method filter
XSSFilter::filter() in XSSFilter.class.php
Forward method for filtering input.
Method filter_array
XSSFilter::filter_array() in XSSFilter.class.php
Filters a single level array.
Method filter_string
XSSFilter::filter_string() in XSSFilter.class.php
Filters a single input item
r
top
Variable $remove_html
XSSFilter::$remove_html in XSSFilter.class.php
Class variable noting if html should be removed.
Variable $remove_javascript
XSSFilter::$remove_javascript in XSSFilter.class.php
Class variable noting if javascript should be removed.
u
top
Variable $urlencode_html
XSSFilter::$urlencode_html in XSSFilter.class.php
Class variable noting if html should be urlencoded.
x
top
Class XSSFilter
XSSFilter in XSSFilter.class.php
Configurable XSSFilter for use by developers.
Page XSSFilter.class.php
XSSFilter.class.php in XSSFilter.class.php
e f r u x _