This class can be used to sanitise GET and POST values based on expected data type rules.
It takes a list of GET and POST request parameters that it should analyse and the respective data types that it expects. Currently it supports the types: integer, double, string, boolean and array.
String values may be escaped for use in MySQL queries or display in HTML pages without further encoding by the application.
Missing or invalid values may be overwritten with default values.
Any request values that are not listed may either be removed or subject to default processing.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.3%) |
Good (83.3%) |
- |
- |
- |
- |
Not sure (50.0%) |
1329 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.