HTTP: Request filter
badrus said (contact me)
This class can apply given filter rules to the script request values such as those passed via GET or POST HTTP methods.
Currently the class supports rules that specify filters to accept only values that can be strings or integers or do not exceed a given limit.
The request values that do not conform to the filter rules can be discarded, so it just keeps the values that are considered valid.
Click here for detailed information about this class on phpclasses.org