Filter/StringToUpper.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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Filter  
Version
$Id$  

\Zend_Filter_StringToUpper

Package: Zend_Filter
Implements
Children
\Zend_Filter_File_UpperCase
Category
Zend  
Copyright
Copyright (c) 2005-2014 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 $options = null) : void

Constructor

Parameters
NameTypeDescription
$optionsstring | array

OPTIONAL

methodpublicfilter(string $value) : string

Defined by Zend_Filter_Interface

Returns the string $value, converting characters to uppercase as necessary
Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
string
methodpublicgetEncoding() : string

Returns the set encoding

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

Set the input encoding for the given string

Parameters
NameTypeDescription
$encodingstring
Returns
TypeDescription
\Zend_Filter_StringToUpperProvides a fluent interface
Throws
ExceptionDescription
\Zend_Filter_Exception
Documentation was generated by phpDocumentor 2.2.0 .