category | Zend |
---|---|
package | Zend_Filter |
copyright | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
license | New BSD License |
__construct(string|array|\Zend_Config $options = null
) : void
string
array
\Zend_Config
filter(string $value) : string
Returns the string $value with characters stripped from the beginning and end
inherited_from | \Zend_Filter_Interface::filter() |
---|
string
string
getCharList() : string | null
string
null
setCharList(string|null $charList) : \Zend_Filter_StringTrim
string
null
\Zend_Filter_StringTrim
Provides a fluent interface_unicodeTrim(string $value, string $charlist = '\\\\s'
) : string
string
string
string
$_charList : string | null
If this is null, then trim() is called with no specific character list, and its default behavior will be invoked, trimming whitespace.