PHP Filter Functions
EditRocket provides the following information on Filter functions in the PHP source code builder.
bool filter_has_var ( int $type , string $variable_name ) -
int filter_id ( string $filtername ) -
mixed filter_input ( int $type , string $variable_name [, int $filter [, mixed $options ]] ) -
mixed filter_input_array ( int $type [, mixed $definition ] ) -
array filter_list ( void ) -
mixed filter_var ( mixed $variable [, int $filter [, mixed $options ]] ) -
mixed filter_var_array ( array $data [, mixed $definition ] ) -