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

Class: I18N_Common_nl_NL

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

Class Overview

I18N_Common_nl
   |
   --I18N_Common_nl_NL



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 38]

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

Type:   array


[ Top ]

$numberFormat = array(
                                I18N_NUMBER_FLOAT   =>  array('3',',',' '),I18N_NUMBER_INTEGER=>array('0',',',' '),)

[line 30]

the NUMBER stuff
  • Var: the same parameters as they have to be passed to the number_format-funciton

Type:   array
Overrides:   Array


[ Top ]



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