[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ c ] [ e ] [ h ] [ i ] [ l ] [ r ] [ s ] [ t ] [ u ] [ _ ]

a

append
in file UnicodeString.php, method I18N_UnicodeString::append()
    Appends a given Unicode string to the end of the current one.
top

c

convertArray
in file UnicodeString.php, method I18N_UnicodeString::convertArray()
    Converts an entire array of strings to Unicode capable strings.
top

e

equals
in file UnicodeString.php, method I18N_UnicodeString::equals()
    Determines if two Unicode strings are equal
Exception.php
procedural page Exception.php
top

h

html_encoding_example.php
procedural page html_encoding_example.php
top

i

I18N_UnicodeString
in file UnicodeString.php, class I18N_UnicodeString
    Class provides a way to use and manipulate multibyte strings in PHP
I18N_UnicodeString_Exception
in file Exception.php, class I18N_UnicodeString_Exception
indexOf
in file UnicodeString.php, method I18N_UnicodeString::indexOf()
    Returns the position of a character much like PHP's strpos function.
top

l

lastIndexOf
in file UnicodeString.php, method I18N_UnicodeString::lastIndexOf()
    Returns the last position of a character much like PHP's strrpos function.
length
in file UnicodeString.php, method I18N_UnicodeString::length()
    Retrieve the length of the string in characters.
top

r

raiseError
in file UnicodeString.php, method I18N_UnicodeString::raiseError()
    Used to raise a PEAR_Error.
top

s

stringreplace_example.php
procedural page stringreplace_example.php
strstr_example.php
procedural page strstr_example.php
substringreplace_example.php
procedural page substringreplace_example.php
setString
in file UnicodeString.php, method I18N_UnicodeString::setString()
    Set the string to a value passed in one of many encodings.
stringReplace
in file UnicodeString.php, method I18N_UnicodeString::stringReplace()
    Works like PHP's str_replace function.
strStr
in file UnicodeString.php, method I18N_UnicodeString::strStr()
    Works like PHP's strstr function by returning the string from $find on.
subString
in file UnicodeString.php, method I18N_UnicodeString::subString()
    Works exactly like PHP's substr function only it works on Unicode strings.
subStringReplace
in file UnicodeString.php, method I18N_UnicodeString::subStringReplace()
    Works like PHP's substr_replace function.
top

t

toHtmlEntitiesString
in file UnicodeString.php, method I18N_UnicodeString::toHtmlEntitiesString()
    Retrieves the string and returns it as a string encoded with HTML entities.
toUtf8String
in file UnicodeString.php, method I18N_UnicodeString::toUtf8String()
    Retrieves the string and returns it as a UTF-8 encoded string.
top

u

UnicodeString.php
procedural page UnicodeString.php
unicodeCharToUtf8
in file UnicodeString.php, method I18N_UnicodeString::unicodeCharToUtf8()
    Transforms a single unicode character represented by an integer to a UTF-8 string.
utf8ToUnicode
in file UnicodeString.php, method I18N_UnicodeString::utf8ToUnicode()
    Converts a UTF-8 string into our representation of an array of integers.
top

_

__construct
in file UnicodeString.php, method I18N_UnicodeString::__construct()
    The constructor of the class string which can receive a new string in a number of formats.
top

Documentation generated on Mon, 11 Mar 2019 15:47:55 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.