category Zend
package Zend_Filter
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Class constructor

__construct() : void

Checks if PCRE is compiled with UTF-8 and Unicode support

Defined by Zend_Filter_Interface

filter(string $value) : string

Returns the string $value, removing all but digit characters

inherited_from \Zend_Filter_Interface::filter()

Parameters

$value

string

Returns

string

 Properties

 

Is PCRE is compiled with UTF-8 and Unicode support

$_unicodeEnabled : mixed

Default

Static