Provides a set of standard filters.
This class defines a set of filters that can be used with both with PHP's filter extension, or with the ezcInputForm class as callback filter method.
Source for this file: /UserInput/src/input_filter.php
Version: | //autogentag// |
public static mixed |
urlFilter(
$value
, $characterSet
)
Receives a variable for filtering. The filter function is free to modify the variable and should return the modified variable. |
Receives a variable for filtering. The filter function is free to modify the variable and should return the modified variable.
Name | Type | Description |
---|---|---|
$value |
mixed | The variable's value |
$characterSet |
string | The value's character set |