Fully Qualified Name: | Zend\Filter\DataUnitFormatter |
Extends: | AbstractFilter |
Name | Description | Defined By |
---|---|---|
__construct() | DataUnitFormatter | |
__invoke() | Invoke filter as a command | AbstractFilter |
filter() | Defined by Zend\Filter\FilterInterface | DataUnitFormatter |
getOptions() | Retrieve options representing object state | AbstractFilter |
hasPcreUnicodeSupport() | AbstractFilter | |
setOptions() | AbstractFilter |
Parameter Name | Type | Description |
---|---|---|
$options | array |
Returns:
Invoke filter as a command
Proxies to {@link filter()}
Parameter Name | Type | Description |
---|---|---|
$value | mixed |
Returns: mixed
Defined by Zend\Filter\FilterInterface
Returns a human readable format of the amount of bits or bytes.
If the value provided is not numeric, the value will remain unfiltered
Parameter Name | Type | Description |
---|---|---|
$value | string |
Returns: string|mixed
Retrieve options representing object state
Returns: array
Returns: bool
Parameter Name | Type | Description |
---|---|---|
$options | array|\Traversable |
Returns: self