| apidoc |
| [ class tree: apidoc ] [ index: apidoc ] [ all elements ] |
|
Packages: I18N Language Classes:
I18N-0.8.4
I18N_Common I18N_Common_de I18N_Common_de_AT I18N_Common_de_DE I18N_Common_en I18N_Common_en_UK I18N_Common_en_US I18N_Common_es I18N_Common_es_ES I18N_Common_fr I18N_Common_fr_FR I18N_Common_pl I18N_Country I18N_Currency I18N_DateTime I18N_Format I18N_Language I18N_Negotiator I18N_Number |
[ Top ] $monthsAbbreviated = array( 'Jan' , 'Feb' , 'Mar' , 'Apr' , 'May' , 'Jun' ,'Jul' , 'Aug' , 'Sep' , 'Oct' , 'Nov' , 'Dec' )[line 49]
[ Top ] $_locale =[line 72] this var contains the current locale this instace works with
[ Top ] $_localeObj = null[line 80] the locale object which contains all the formatting specs
[ Top ] Method Detailformat [line 101]
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 118]
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 492]
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 546]
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 528]
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 510]
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 474]
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 399]
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 453]
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 435]
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 417]
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 381]
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 135]
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 586]
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 640]
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 622]
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 604]
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 568]
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 317]getDayNames [line 352]getMonthName [line 330]
get either the current or the given month name [ Top ]
getMonthNames [line 346]
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 321]setDateFormat [line 293]
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 277]
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 309]
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 21:59:09 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004. |