Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
Class constructor. | |
filter ($value) | |
Defined by Zend_Filter_Interface. | |
Static Protected Attributes | |
static | $_unicodeEnabled |
__construct | ( | ) |
Class constructor.
Checks if PCRE is compiled with UTF-8 and Unicode support
filter | ( | $value | ) |
Defined by Zend_Filter_Interface.
Returns the string $value, removing all but digit characters
string | $value |
Implements Zend_Filter_Interface.
|
staticprotected |