| I18N |
| [ class tree: I18N ] [ index: I18N ] [ all elements ] |
|
Packages: I18N Language Files:
Common.php
Country.php Currency.php DateTime.php de.php determineLanguage.inc.php de_AT.php de_DE.php en.php en_UK.php en_US.php es.php es_ES.php File.php Format.php fr.php fr_FR.php I18N_Currency.php I18N_DateTime.php I18N_Message.php I18N_Message_Translate.php I18N_Negotiator.php I18N_Number.php it.php it_IT.php Language.php Negotiator.php Number.php pl.php Classes: |
[ Top ] $monthsAbbreviated = array( 'Jan' , 'Feb' , 'Mar' , 'Apr' , 'May' , 'Jun' ,'Jul' , 'Aug' , 'Sep' , 'Oct' , 'Nov' , 'Dec' )[line 53]
[ Top ] $_locale =[line 76] this var contains the current locale this instace works with
[ Top ] $_localeObj = null[line 84] the locale object which contains all the formatting specs
[ Top ] Method Detailformat [line 105]
returns the timestamp formatted according to the locale and the format-mode use this method to format a date and time timestamp
Parameters:
[ Top ]
formatDate [line 122]
returns the timestamp formatted according to the locale and the format-mode use this method to get a formatted date only
Parameters:
[ Top ]
formatDateDefault [line 496]
convinience method, same as formatDate( $timestamp , I18N_DATETIME_DEFAULT ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_DEFAULT
Parameters:
[ Top ]
formatDateFull [line 550]
convinience method, same as formatDate( $timestamp , I18N_DATETIME_FULL ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_FULL
Parameters:
[ Top ]
formatDateLong [line 532]
convinience method, same as formatDate( $timestamp , I18N_DATETIME_LONG ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_LONG
Parameters:
[ Top ]
formatDateMedium [line 514]
convinience method, same as formatDate( $timestamp , I18N_DATETIME_MEDIUM ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_MEDIUM
Parameters:
[ Top ]
formatDateShort [line 478]
convinience method, same as formatDate( $timestamp , I18N_DATETIME_SHORT ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_SHORT
Parameters:
[ Top ]
formatDefault [line 403]
convinience method, same as format( $timestamp , I18N_DATETIME_DEFAULT ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_DEFAULT
Parameters:
[ Top ]
formatFull [line 457]
convinience method, same as format( $timestamp , I18N_DATETIME_FULL ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_FULL
Parameters:
[ Top ]
formatLong [line 439]
convinience method, same as format( $timestamp , I18N_DATETIME_LONG ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_LONG
Parameters:
[ Top ]
formatMedium [line 421]
convinience method, same as format( $timestamp , I18N_DATETIME_MEDIUM ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_MEDIUM
Parameters:
[ Top ]
formatShort [line 385]
convinience method, same as format( $timestamp , I18N_DATETIME_SHORT ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_SHORT
Parameters:
[ Top ]
formatTime [line 139]
returns the timestamp formatted according to the locale and the format-mode use this method to get a formatted time only
Parameters:
[ Top ]
formatTimeDefault [line 590]
convinience method, same as formatTime( $timestamp , I18N_DATETIME_DEFAULT ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_DEFAULT
Parameters:
[ Top ]
formatTimeFull [line 644]
convinience method, same as formatTime( $timestamp , I18N_DATETIME_FULL ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_FULL
Parameters:
[ Top ]
formatTimeLong [line 626]
convinience method, same as formatTime( $timestamp , I18N_DATETIME_LONG ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_LONG
Parameters:
[ Top ]
formatTimeMedium [line 608]
convinience method, same as formatTime( $timestamp , I18N_DATETIME_MEDIUM ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_MEDIUM
Parameters:
[ Top ]
formatTimeShort [line 572]
convinience method, same as formatTime( $timestamp , I18N_DATETIME_SHORT ) this method exists, to have a shorter call to the method with a default format I18N_DATETIME_SHORT
Parameters:
[ Top ]
getDateFormat [line 321]getDayNames [line 356]getMonthName [line 334]
get either the current or the given month name [ Top ]
getMonthNames [line 350]
get all month names for the current locale get all month names for the current locale, fallback to english if not defined [ Top ]
getTimeFormat [line 325]setDateFormat [line 297]
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
Parameters:
[ Top ]
setFormat [line 281]
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
Overrides 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) Parameters:
[ Top ]
setTimeFormat [line 313]
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
Parameters:
[ Top ]
Documentation generated on Fri, 30 Apr 2004 22:55:53 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004. |