__invoke(mixed $value) : mixed
Proxies to filter()
| inherited_from | \Zend\Filter\AbstractFilter::__invoke() |
|---|
mixed
\Zend\Filter\Exception\ExceptionInterface |
If filtering $value is impossible |
|---|
mixedfilter(string $value) : string | mixed
Returns the string $value, removing all but digit characters
If the value provided is not integer, float or string, the value will remain unfiltered
string
\Zend\Filter\Exception\RuntimeException |
If filtering $value is impossible |
|---|
stringmixed
getOptions() : array
| inherited_from | \Zend\Filter\AbstractFilter::getOptions() |
|---|
arrayhasPcreUnicodeSupport() : bool
| inherited_from | \Zend\Filter\AbstractFilter::hasPcreUnicodeSupport() |
|---|
boolsetOptions(array | \Traversable $options) : \Zend\Filter\self
| inherited_from | \Zend\Filter\AbstractFilter::setOptions() |
|---|
array\Traversable
\Zend\Filter\Exception\InvalidArgumentException |
|---|
\Zend\Filter\selfisOptions(mixed $options) : bool
| inherited_from | \Zend\Filter\AbstractFilter::isOptions() |
|---|
mixed
bool