PHP filters
Filters can be used to both sanitize and validate data. Filters available are:
- int
- boolean
- float
- validate_regexp
- validate_url
- validate_email
- validate_ip
- string
- stripped
- encoded
- special_chars
- full_special_chars
- unsafe_raw
- url
- number_int
- number_float
- magic_quotes
- callback