(no version information, might be only in CVS)
filter_var -- Filters a variable with a specified filter| Warning |
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk. |
Value to filter, arrays are filtered recursively.
ID of a filter to use. Defaults to FILTER_SANITIZE_STRING.
Associative array of options or bitwise disjunction of flags. If filter accepts options, flags can be provided in "flags" field of array. For the "callback" filter, callback type should be passed.