NAME ^

php_filter.pir - PHP filter Library

DESCRIPTION ^

Functions ^

mixed filter_has_var(constant type, string variable_name)
* Returns true if the variable with the name 'name' exists in source.NOT IMPLEMENTED.
filter_id(string filtername)
* Returns the filter ID belonging to a named filterNOT IMPLEMENTED.
mixed filter_input(constant type, string variable_name [, long filter [, mixed options]])
* Returns the filtered variable 'name'* from source `type`.NOT IMPLEMENTED.
mixed filter_input_array(constant type, [, mixed options]])
* Returns an array with all arguments defined in 'definition'.NOT IMPLEMENTED.
filter_list()
* Returns a list of all supported filtersNOT IMPLEMENTED.
mixed filter_var(mixed variable [, long filter [, mixed options]])
* Returns the filtered version of the vriable.NOT IMPLEMENTED.
mixed filter_var_array(array data, [, mixed options]])
* Returns an array with all arguments defined in 'definition'.NOT IMPLEMENTED.


parrot