Element index for package apidoc
[ c ]
[ d ]
[ f ]
[ g ]
[ i ]
[ m ]
[ n ]
[ s ]
[ t ]
[ _ ]
_
- $_locale
- in file DateTime.php, variable I18N_DateTime::$_locale (subpackage: I18N-0.8.4)
this var contains the current locale this instace works with
- $_locale
- in file Format.php, variable I18N_Format::$_locale (subpackage: I18N-0.8.4)
this var contains the current locale this instace works with
- $_locale
- in file Currency.php, variable I18N_Currency::$_locale (subpackage: I18N-0.8.4)
this var contains the current locale this instace works with
- $_locale
- in file Number.php, variable I18N_Number::$_locale (subpackage: I18N-0.8.4)
this var contains the current locale this instace works with
- $_localeObj
- in file Number.php, variable I18N_Number::$_localeObj (subpackage: I18N-0.8.4)
the locale object which contains all the formatting specs
- $_localeObj
- in file Format.php, variable I18N_Format::$_localeObj (subpackage: I18N-0.8.4)
the locale object which contains all the formatting specs
- $_localeObj
- in file DateTime.php, variable I18N_DateTime::$_localeObj (subpackage: I18N-0.8.4)
the locale object which contains all the formatting specs
- $_localeObj
- in file Currency.php, variable I18N_Currency::$_localeObj (subpackage: I18N-0.8.4)
the locale object which contains all the formatting specs
- _I18N_Common
- in file Common.php, method I18N_Common::_I18N_Common() (subpackage: I18N-0.8.4)
It does nothing now
top
top
d
- $dateFormats
- in file pl.php, variable I18N_Common_pl::$dateFormats (subpackage: I18N-0.8.4)
- $dateFormats
- in file es.php, variable I18N_Common_es::$dateFormats (subpackage: I18N-0.8.4)
- $dateFormats
- in file en.php, variable I18N_Common_en::$dateFormats (subpackage: I18N-0.8.4)
- $dateFormats
- in file de.php, variable I18N_Common_de::$dateFormats (subpackage: I18N-0.8.4)
- $days
- in file de.php, variable I18N_Common_de::$days (subpackage: I18N-0.8.4)
- $days
- in file pl.php, variable I18N_Common_pl::$days (subpackage: I18N-0.8.4)
- $days
- in file es.php, variable I18N_Common_es::$days (subpackage: I18N-0.8.4)
- $days
- in file DateTime.php, variable I18N_DateTime::$days (subpackage: I18N-0.8.4)
- $daysAbbreviated
- in file pl.php, variable I18N_Common_pl::$daysAbbreviated (subpackage: I18N-0.8.4)
- $daysAbbreviated
- in file de.php, variable I18N_Common_de::$daysAbbreviated (subpackage: I18N-0.8.4)
- $daysAbbreviated
- in file DateTime.php, variable I18N_DateTime::$daysAbbreviated (subpackage: I18N-0.8.4)
- $daysAbbreviated
- in file es.php, variable I18N_Common_es::$daysAbbreviated (subpackage: I18N-0.8.4)
top
f
- format
- in file Currency.php, method I18N_Currency::format() (subpackage: I18N-0.8.4)
- format
- in file DateTime.php, method I18N_DateTime::format() (subpackage: I18N-0.8.4)
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() (subpackage: I18N-0.8.4)
format a given number depending on the locale
- formatDate
- in file DateTime.php, method I18N_DateTime::formatDate() (subpackage: I18N-0.8.4)
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() (subpackage: I18N-0.8.4)
convinience method, same as formatDate( $timestamp , I18N_DATETIME_DEFAULT )
- formatDateFull
- in file DateTime.php, method I18N_DateTime::formatDateFull() (subpackage: I18N-0.8.4)
convinience method, same as formatDate( $timestamp , I18N_DATETIME_FULL )
- formatDateLong
- in file DateTime.php, method I18N_DateTime::formatDateLong() (subpackage: I18N-0.8.4)
convinience method, same as formatDate( $timestamp , I18N_DATETIME_LONG )
- formatDateMedium
- in file DateTime.php, method I18N_DateTime::formatDateMedium() (subpackage: I18N-0.8.4)
convinience method, same as formatDate( $timestamp , I18N_DATETIME_MEDIUM )
- formatDateShort
- in file DateTime.php, method I18N_DateTime::formatDateShort() (subpackage: I18N-0.8.4)
convinience method, same as formatDate( $timestamp , I18N_DATETIME_SHORT )
- formatDefault
- in file DateTime.php, method I18N_DateTime::formatDefault() (subpackage: I18N-0.8.4)
convinience method, same as format( $timestamp , I18N_DATETIME_DEFAULT )
- formatFull
- in file DateTime.php, method I18N_DateTime::formatFull() (subpackage: I18N-0.8.4)
convinience method, same as format( $timestamp , I18N_DATETIME_FULL )
- formatLong
- in file DateTime.php, method I18N_DateTime::formatLong() (subpackage: I18N-0.8.4)
convinience method, same as format( $timestamp , I18N_DATETIME_LONG )
- formatMedium
- in file DateTime.php, method I18N_DateTime::formatMedium() (subpackage: I18N-0.8.4)
convinience method, same as format( $timestamp , I18N_DATETIME_MEDIUM )
- formatPercent
- in file Number.php, method I18N_Number::formatPercent() (subpackage: I18N-0.8.4)
- formatShort
- in file DateTime.php, method I18N_DateTime::formatShort() (subpackage: I18N-0.8.4)
convinience method, same as format( $timestamp , I18N_DATETIME_SHORT )
- formatTime
- in file DateTime.php, method I18N_DateTime::formatTime() (subpackage: I18N-0.8.4)
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() (subpackage: I18N-0.8.4)
convinience method, same as formatTime( $timestamp , I18N_DATETIME_DEFAULT )
- formatTimeFull
- in file DateTime.php, method I18N_DateTime::formatTimeFull() (subpackage: I18N-0.8.4)
convinience method, same as formatTime( $timestamp , I18N_DATETIME_FULL )
- formatTimeLong
- in file DateTime.php, method I18N_DateTime::formatTimeLong() (subpackage: I18N-0.8.4)
convinience method, same as formatTime( $timestamp , I18N_DATETIME_LONG )
- formatTimeMedium
- in file DateTime.php, method I18N_DateTime::formatTimeMedium() (subpackage: I18N-0.8.4)
convinience method, same as formatTime( $timestamp , I18N_DATETIME_MEDIUM )
- formatTimeShort
- in file DateTime.php, method I18N_DateTime::formatTimeShort() (subpackage: I18N-0.8.4)
convinience method, same as formatTime( $timestamp , I18N_DATETIME_SHORT )
top
g
- getAllCodes
- in file Common.php, method I18N_Common::getAllCodes() (subpackage: I18N-0.8.4)
Return all the codes. Used by child classes.
- getCharsetMatch
- in file Negotiator.php, method I18N_Negotiator::getCharsetMatch() (subpackage: I18N-0.8.4)
Find Charset match
- getCountryMatch
- in file Negotiator.php, method I18N_Negotiator::getCountryMatch() (subpackage: I18N-0.8.4)
Find Country Match
- getCountryName
- in file Negotiator.php, method I18N_Negotiator::getCountryName() (subpackage: I18N-0.8.4)
Find Country name for country code passed
- getDateFormat
- in file DateTime.php, method I18N_DateTime::getDateFormat() (subpackage: I18N-0.8.4)
- getDayNames
- in file DateTime.php, method I18N_DateTime::getDayNames() (subpackage: I18N-0.8.4)
- getFormat
- in file Format.php, method I18N_Format::getFormat() (subpackage: I18N-0.8.4)
- getLanguageMatch
- in file Negotiator.php, method I18N_Negotiator::getLanguageMatch() (subpackage: I18N-0.8.4)
Find Language match
- getLanguageName
- in file Negotiator.php, method I18N_Negotiator::getLanguageName() (subpackage: I18N-0.8.4)
Find Country name for country code passed
- getMonthName
- in file DateTime.php, method I18N_DateTime::getMonthName() (subpackage: I18N-0.8.4)
get either the current or the given month name
- getMonthNames
- in file DateTime.php, method I18N_DateTime::getMonthNames() (subpackage: I18N-0.8.4)
get all month names for the current locale
- getName
- in file Country.php, method I18N_Country::getName() (subpackage: I18N-0.8.4)
Return name of the country for country code passed
- getName
- in file Language.php, method I18N_Language::getName() (subpackage: I18N-0.8.4)
fake constructor. calls actual constructor
- getTimeFormat
- in file DateTime.php, method I18N_DateTime::getTimeFormat() (subpackage: I18N-0.8.4)
- getVariantInfo
- in file Negotiator.php, method I18N_Negotiator::getVariantInfo() (subpackage: I18N-0.8.4)
Return variant info for passed parameter.
top
i
- I18N_Common
- in file Common.php, method I18N_Common::I18N_Common() (subpackage: I18N-0.8.4)
Call parent::PEAR() for destuctor to be called, and initialize vars
- I18N_Common
- in file Common.php, class I18N_Common (subpackage: I18N-0.8.4)
- I18N_Common_de
- in file de.php, class I18N_Common_de (subpackage: I18N-0.8.4)
- I18N_Common_de_AT
- in file de_AT.php, class I18N_Common_de_AT (subpackage: I18N-0.8.4)
- I18N_Common_de_AT
- in file de_AT.php, method I18N_Common_de_AT::I18N_Common_de_AT() (subpackage: I18N-0.8.4)
- I18N_Common_de_DE
- in file de_DE.php, class I18N_Common_de_DE (subpackage: I18N-0.8.4)
- I18N_Common_en
- in file en.php, class I18N_Common_en (subpackage: I18N-0.8.4)
- I18N_Common_en_UK
- in file en_UK.php, class I18N_Common_en_UK (subpackage: I18N-0.8.4)
- I18N_Common_en_US
- in file en_US.php, class I18N_Common_en_US (subpackage: I18N-0.8.4)
- I18N_Common_es
- in file es.php, class I18N_Common_es (subpackage: I18N-0.8.4)
- I18N_Common_es_ES
- in file es_ES.php, class I18N_Common_es_ES (subpackage: I18N-0.8.4)
- I18N_Common_fr
- in file fr.php, class I18N_Common_fr (subpackage: I18N-0.8.4)
- I18N_Common_fr_FR
- in file fr_FR.php, class I18N_Common_fr_FR (subpackage: I18N-0.8.4)
- I18N_Common_pl
- in file pl.php, class I18N_Common_pl (subpackage: I18N-0.8.4)
- I18N_Country
- in file Country.php, class I18N_Country (subpackage: I18N-0.8.4)
- I18N_Country
- in file Country.php, method I18N_Country::I18N_Country() (subpackage: I18N-0.8.4)
Save list of ISO-3166 two letter country code to country name mapping to its initiating object
- I18N_Currency
- in file Currency.php, class I18N_Currency (subpackage: I18N-0.8.4)
this is just a basic implementation for now, but one day
- I18N_DateTime
- in file DateTime.php, class I18N_DateTime (subpackage: I18N-0.8.4)
- I18N_Format
- in file Format.php, class I18N_Format (subpackage: I18N-0.8.4)
- I18N_Format
- in file Format.php, method I18N_Format::I18N_Format() (subpackage: I18N-0.8.4)
- I18N_Language
- in file Language.php, method I18N_Language::I18N_Language() (subpackage: I18N-0.8.4)
Save list of ISO-639-1 two letter language code to language name mapping to its initiating object
- I18N_Language
- in file Language.php, class I18N_Language (subpackage: I18N-0.8.4)
- I18N_Negotiator
- in file Negotiator.php, method I18N_Negotiator::I18N_Negotiator() (subpackage: I18N-0.8.4)
Find language code, country code, charset code, and dialect or variant of Locale setting in user's browser from $HTTP_ACCEPT_LANGUAGE, $LANGUAGE_ACCEPT_CHARSET
- I18N_Negotiator
- in file Negotiator.php, class I18N_Negotiator (subpackage: I18N-0.8.4)
//instantiate Locale_Negotiator $negotiator = & new I18N_Negotiator();
- I18N_Number
- in file Number.php, class I18N_Number (subpackage: I18N-0.8.4)
this is just a basic implementation for now, but one day
- isValidCode
- in file Country.php, method I18N_Country::isValidCode() (subpackage: I18N-0.8.4)
top
top
top
s
- setDateFormat
- in file DateTime.php, method I18N_DateTime::setDateFormat() (subpackage: I18N-0.8.4)
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 Format.php, method I18N_Format::setFormat() (subpackage: I18N-0.8.4)
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 DateTime.php, method I18N_DateTime::setFormat() (subpackage: I18N-0.8.4)
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() (subpackage: I18N-0.8.4)
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
top
top
Documentation generated on Fri, 30 Apr 2004 21:59:08 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|