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

Element index for package I18N

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ _ ]

_

$_locale
in file DateTime.php, variable I18N_DateTime::$_locale
    this var contains the current locale this instace works with
$_locale
in file Format.php, variable I18N_Format::$_locale
    this var contains the current locale this instace works with
$_locale
in file Currency.php, variable I18N_Currency::$_locale
    this var contains the current locale this instace works with
$_locale
in file Number.php, variable I18N_Number::$_locale
    this var contains the current locale this instace works with
$_localeObj
in file Number.php, variable I18N_Number::$_localeObj
    the locale object which contains all the formatting specs
$_localeObj
in file Format.php, variable I18N_Format::$_localeObj
    the locale object which contains all the formatting specs
$_localeObj
in file DateTime.php, variable I18N_DateTime::$_localeObj
    the locale object which contains all the formatting specs
$_localeObj
in file Currency.php, variable I18N_Currency::$_localeObj
    the locale object which contains all the formatting specs
_I18N_Common
in file Common.php, method I18N_Common::_I18N_Common()
    It does nothing now
top

a

af.php
procedural page af.php
top

c

Common.php
procedural page Common.php
Country.php
procedural page Country.php
Currency.php
procedural page Currency.php
top

d

$days
in file DateTime.php, variable I18N_DateTime::$days
$daysAbbreviated
in file DateTime.php, variable I18N_DateTime::$daysAbbreviated
da_DK.php
procedural page da_DK.php
de.php
procedural page de.php
de_AT.php
procedural page de_AT.php
de_DE.php
procedural page de_DE.php
DateTime.php
procedural page DateTime.php
determineLanguage.inc.php
procedural page determineLanguage.inc.php
top

e

en.php
procedural page en.php
en_GB.php
procedural page en_GB.php
en_UK.php
procedural page en_UK.php
en_US.php
procedural page en_US.php
en_ZA.php
procedural page en_ZA.php
es.php
procedural page es.php
es_ES.php
procedural page es_ES.php
top

f

format
in file Currency.php, method I18N_Currency::format()
format
in file DateTime.php, method I18N_DateTime::format()
    returns the timestamp formatted according to the locale and the format-mode use this method to format a date and time timestamp
format
in file Number.php, method I18N_Number::format()
    format a given number depending on the locale
formatDate
in file DateTime.php, method I18N_DateTime::formatDate()
    returns the timestamp formatted according to the locale and the format-mode use this method to get a formatted date only
formatDateDefault
in file DateTime.php, method I18N_DateTime::formatDateDefault()
    convinience method, same as formatDate( $timestamp , I18N_DATETIME_DEFAULT )
formatDateFull
in file DateTime.php, method I18N_DateTime::formatDateFull()
    convinience method, same as formatDate( $timestamp , I18N_DATETIME_FULL )
formatDateLong
in file DateTime.php, method I18N_DateTime::formatDateLong()
    convinience method, same as formatDate( $timestamp , I18N_DATETIME_LONG )
formatDateMedium
in file DateTime.php, method I18N_DateTime::formatDateMedium()
    convinience method, same as formatDate( $timestamp , I18N_DATETIME_MEDIUM )
formatDateShort
in file DateTime.php, method I18N_DateTime::formatDateShort()
    convinience method, same as formatDate( $timestamp , I18N_DATETIME_SHORT )
formatDefault
in file DateTime.php, method I18N_DateTime::formatDefault()
    convinience method, same as format( $timestamp , I18N_DATETIME_DEFAULT )
formatFull
in file DateTime.php, method I18N_DateTime::formatFull()
    convinience method, same as format( $timestamp , I18N_DATETIME_FULL )
formatLong
in file DateTime.php, method I18N_DateTime::formatLong()
    convinience method, same as format( $timestamp , I18N_DATETIME_LONG )
formatMedium
in file DateTime.php, method I18N_DateTime::formatMedium()
    convinience method, same as format( $timestamp , I18N_DATETIME_MEDIUM )
formatPercent
in file Number.php, method I18N_Number::formatPercent()
formatShort
in file DateTime.php, method I18N_DateTime::formatShort()
    convinience method, same as format( $timestamp , I18N_DATETIME_SHORT )
formatTime
in file DateTime.php, method I18N_DateTime::formatTime()
    returns the timestamp formatted according to the locale and the format-mode use this method to get a formatted time only
formatTimeDefault
in file DateTime.php, method I18N_DateTime::formatTimeDefault()
    convinience method, same as formatTime( $timestamp , I18N_DATETIME_DEFAULT )
formatTimeFull
in file DateTime.php, method I18N_DateTime::formatTimeFull()
    convinience method, same as formatTime( $timestamp , I18N_DATETIME_FULL )
formatTimeLong
in file DateTime.php, method I18N_DateTime::formatTimeLong()
    convinience method, same as formatTime( $timestamp , I18N_DATETIME_LONG )
formatTimeMedium
in file DateTime.php, method I18N_DateTime::formatTimeMedium()
    convinience method, same as formatTime( $timestamp , I18N_DATETIME_MEDIUM )
formatTimeShort
in file DateTime.php, method I18N_DateTime::formatTimeShort()
    convinience method, same as formatTime( $timestamp , I18N_DATETIME_SHORT )
fr.php
procedural page fr.php
fr_FR.php
procedural page fr_FR.php
Format.php
procedural page Format.php
File.php
procedural page File.php
top

g

getAllCodes
in file Common.php, method I18N_Common::getAllCodes()
    Return all the codes. Used by child classes.
getDateFormat
in file DateTime.php, method I18N_DateTime::getDateFormat()
getDayNames
in file DateTime.php, method I18N_DateTime::getDayNames()
getFormat
in file Format.php, method I18N_Format::getFormat()
getMonthName
in file DateTime.php, method I18N_DateTime::getMonthName()
    get either the current or the given month name
getMonthNames
in file DateTime.php, method I18N_DateTime::getMonthNames()
    get all month names for the current locale
getTimeFormat
in file DateTime.php, method I18N_DateTime::getTimeFormat()
getName
in file Language.php, method I18N_Language::getName()
    fake constructor. calls actual constructor
getName
in file Country.php, method I18N_Country::getName()
    Return name of the country for country code passed
top

h

hu.php
procedural page hu.php
top

i

it.php
procedural page it.php
it_IT.php
procedural page it_IT.php
I18N_Currency.php
procedural page I18N_Currency.php
I18N_DateTime.php
procedural page I18N_DateTime.php
I18N_Message.php
procedural page I18N_Message.php
I18N_Message_Translate.php
procedural page I18N_Message_Translate.php
I18N_Negotiator.php
procedural page I18N_Negotiator.php
I18N_Number.php
procedural page I18N_Number.php
I18N_Common
in file Common.php, class I18N_Common
I18N_Common
in file Common.php, method I18N_Common::I18N_Common()
    Call parent::PEAR() for destuctor to be called, and initialize vars
I18N_Currency
in file Currency.php, class I18N_Currency
I18N_CURRENCY_INTERNATIONAL
in file Format.php, constant I18N_CURRENCY_INTERNATIONAL
I18N_CURRENCY_LOCAL
in file Format.php, constant I18N_CURRENCY_LOCAL
I18N_CUSTOM_FORMATS_OFFSET
in file Format.php, constant I18N_CUSTOM_FORMATS_OFFSET
I18N_DateTime
in file DateTime.php, class I18N_DateTime
I18N_DATETIME_DEFAULT
in file DateTime.php, constant I18N_DATETIME_DEFAULT
I18N_DATETIME_FULL
in file DateTime.php, constant I18N_DATETIME_FULL
I18N_DATETIME_LONG
in file DateTime.php, constant I18N_DATETIME_LONG
I18N_DATETIME_MEDIUM
in file DateTime.php, constant I18N_DATETIME_MEDIUM
I18N_DATETIME_SHORT
in file DateTime.php, constant I18N_DATETIME_SHORT
I18N_Format
in file Format.php, class I18N_Format
I18N_Format
in file Format.php, method I18N_Format::I18N_Format()
I18N_Number
in file Number.php, class I18N_Number
    this is just a basic implementation for now, but one day
I18N_NUMBER_FLOAT
in file Format.php, constant I18N_NUMBER_FLOAT
I18N_NUMBER_INTEGER
in file Format.php, constant I18N_NUMBER_INTEGER
I18N_Country
in file Country.php, class I18N_Country
I18N_Country
in file Country.php, method I18N_Country::I18N_Country()
    Save list of ISO-3166 two letter country code to country name mapping to its initiating object
I18N_Language
in file Language.php, class I18N_Language
I18N_Language
in file Language.php, method I18N_Language::I18N_Language()
    Save list of ISO-639-1 two letter language code to language name mapping to its initiating object
isValidCode
in file Country.php, method I18N_Country::isValidCode()
top

l

Language.php
procedural page Language.php
top

m

$months
in file DateTime.php, variable I18N_DateTime::$months
$monthsAbbreviated
in file DateTime.php, variable I18N_DateTime::$monthsAbbreviated
myPrint
in file I18N_Currency.php, function myPrint()
top

n

nl.php
procedural page nl.php
nl_NL.php
procedural page nl_NL.php
Negotiator.php
procedural page Negotiator.php
Number.php
procedural page Number.php
top

p

pl.php
procedural page pl.php
pt.php
procedural page pt.php
top

r

ru.php
procedural page ru.php
top

s

sl.php
procedural page sl.php
setDateFormat
in file DateTime.php, method I18N_DateTime::setDateFormat()
    define a custom format given by $format and return the $format-id the format-id can be used to call formatDate( x , format-id ) to tell the method you want to use the format with that id
setFormat
in file DateTime.php, method I18N_DateTime::setFormat()
    define a custom format given by $format and return the $format-id the format-id can be used to call format( x , format-id ) to tell the method you want to use the format with that id
setFormat
in file Format.php, method I18N_Format::setFormat()
    define a custom format given by $format and return the $format-id the format-id can be used to call format( x , format-id ) to tell the method you want to use the format with that id
setTimeFormat
in file DateTime.php, method I18N_DateTime::setTimeFormat()
    define a custom format given by $format and return the $format-id the format-id can be used to call formatTime( x , format-id ) to tell the method you want to use the format with that id
singleton
in file DateTime.php, method I18N_DateTime::singleton()
    Use this method to setup and to retreive the static instance of the I18N_DateTime.
top

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