mraiur_var_security
Package:
Summary:
Filter request values by type
Groups:
Author:
Description:
This class can be used to filter request values by type.
It can process POST and GET request variables a determine if they match a given type.
The class returns the original values or default values if the request values do not match the expected type.
Currently the class supports filtering strings to remove tags and add escaping slashes, integers and floating point values.
It can process POST and GET request variables a determine if they match a given type.
The class returns the original values or default values if the request values do not match the expected type.
Currently the class supports filtering strings to remove tags and add escaping slashes, integers and floating point values.
Comments are closed.