Lines Matching refs:filter

16     * Added filter constants
22 "filter.default".
24 * Added 'on' and 'off' to the boolean filter.
25 * Removed min_range and max_range flags from the float filter.
34 * Added a magic_quotes sanitizing filter.
39 * If the filter's expected input data mask does not match the provided data
40 for logical filters the filter function returns "false". If the data was
43 * With the input filter extension enabled, and the
46 configured filter. The 'callback' filter can not be used here, as that
48 * As the input filter acts on input data before the magic quotes function
49 mangles data, all access through the filter() function will not have any
57 mixed *input_get* (int *source*, string *name*, [, int *filter* [, mixed *filter_options*, [ string…
59 filter as specified in *$filter* with a constant, and additional options
60 to the filter through *$filter_options*.
66 the 'filter' type, the 'flags', the 'otptions' or the 'charset'
73 Returns a list with all supported filter names.
75 mixed *filter_data* (mixed *variable*, int *filter* [, mixed *filter_options*, [ string *characters…
138 string is returned, otherwise the filter returns
178 These filters remove data, or change data depending on the filter, and the
179 set rules for this specific filter. Instead of taking an *options* array, they
180 use this parameter for flags for the specific filter.
269 filter does `not` validate if the e-mail address has
270 the correct format, use the validate_email filter
276 filter does `not` validate if a URI has the correct
277 format, use the validate_url filter for that.
293 magic_quotes MAGIC_QUOTES string BC filter for people who like magic quotes.
300 This filter will callback to the specified callback function as specified with