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

 Methods

Sets default option values for this instance

__construct(boolean $allowWhiteSpace = false) : void

Parameters

$allowWhiteSpace

boolean

Defined by Zend_Filter_Interface

filter(string $value) : string

Returns the string $value, removing all but alphabetic and digit characters

inherited_from \Zend_Filter_Interface::filter()

Parameters

$value

string

Returns

string

Returns the allowWhiteSpace option

getAllowWhiteSpace() : boolean

Returns

boolean

Sets the allowWhiteSpace option

setAllowWhiteSpace(boolean $allowWhiteSpace) : \Zend_Filter_Alnum

Parameters

$allowWhiteSpace

boolean

Returns

\Zend_Filter_AlnumProvides a fluent interface

 Properties

 

Whether to allow white space characters; off by default

$allowWhiteSpace : boolean

Default

deprecated
 

Locale in browser.

$_locale : \Zend_Locale

Default

 

The Alphabet means english alphabet.

$_meansEnglishAlphabet : boolean

Default

Static
 

Is PCRE is compiled with UTF-8 and Unicode support

$_unicodeEnabled : mixed

Default

Static