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 
   
	
	
	top 
   
	
	
	top 
   
	
	
	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 
   
	
	
	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 
   
	
	
	top 
   
	
	
	top 
   
	
	
	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.
	        
       |   
     |