Sanitization: Remove illegal character from input data.
A. filter_var(variable, filter, options) -> This functions validate and sanitize the input.
info at phpclasses dot org