$default
$default : mixed
Filter a value by a list of possible values
If value is not in list the default value (null by default) is returned.
inline(integer $value, array $options = array()) : mixed
Static function to execute filter
integer | $value | |
array | $options |