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

Class: I18N_Common_es_ES

Source Location: /I18N-1.0.0/Common/es_ES.php

Class Overview

I18N_Common_es
   |
   --I18N_Common_es_ES



Variables


Inherited Variables

Inherited Methods


Class Details

[line 22]


[ Top ]


Class Variables

$currencyFormats = array(
// FIXXME how do we handle the euro sign here, unicode is different than the HTML representation!!!
// this is the unicode for it ...
//                                    I18N_CURRENCY_LOCAL         =>  array( "% \u020A" ,    '2',',','.' ),
                                    I18N_CURRENCY_LOCAL         =>  array( '% €' ,    '2',',','.' ),I18N_CURRENCY_INTERNATIONAL=>array('% Eur','2',',','.'),)

[line 28]

  • Var: the first is the currency symbol, second is the international currency symbol

Type:   array


[ Top ]



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