Filter/StringToLower.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Filter  
Version
$Id: StringToLower.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_Filter_StringToLower

Package: Zend\Filter
Implements
\Zend_Filter_Interface
Children
\Zend_Filter_File_LowerCase
Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedstring $_encoding = null
Encoding for the input string
Default valuenullDetails
Type
string

Methods

methodpublic__construct(string | array | \Zend_Config $options = null) : void

Constructor

Parameters
NameTypeDescription
$optionsstring | array | \Zend_Config

OPTIONAL

methodpublicfilter(string $value) : string

Defined by Zend_Filter_Interface

Returns the string $value, converting characters to lowercase as necessary

Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
string
Throws
ExceptionDescription
\Zend_Filter_ExceptionIf filtering $value is impossible
methodpublicgetEncoding() : string

Returns the set encoding

Returns
TypeDescription
string
methodpublicsetEncoding(string $encoding = null) : \Zend_Filter_StringToLower

Set the input encoding for the given string

Parameters
NameTypeDescription
$encodingstring
Returns
TypeDescription
\Zend_Filter_StringToLowerProvides a fluent interface
Throws
ExceptionDescription
\Zend_Filter_Exception
Documentation was generated by phpDocumentor 2.0.0a12.