__invoke(mixed $value) : mixed
Proxies to filter()
inherited_from | \Zend\Filter\AbstractFilter::__invoke() |
---|
mixed
\Zend\Filter\Exception\ExceptionInterface |
If filtering $value is impossible |
---|
mixed
filter(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 |
---|
string
mixed
getOptions() : array
inherited_from | \Zend\Filter\AbstractFilter::getOptions() |
---|
array
hasPcreUnicodeSupport() : bool
inherited_from | \Zend\Filter\AbstractFilter::hasPcreUnicodeSupport() |
---|
bool
setOptions(array | \Traversable $options) : \Zend\Filter\self
inherited_from | \Zend\Filter\AbstractFilter::setOptions() |
---|
array\Traversable
\Zend\Filter\Exception\InvalidArgumentException |
---|
\Zend\Filter\self
isOptions(mixed $options) : bool
inherited_from | \Zend\Filter\AbstractFilter::isOptions() |
---|
mixed
bool