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

Source for file EUR.php

Documentation is available at EUR.php

  1. <?php
  2. /**
  3. * $Id: EUR.php,v 1.6 2004/10/29 10:19:58 mike Exp $
  4. @charset ISO-8859-15
  5. */
  6.  
  7. $this->currencyFormats[I18Nv2_CURRENCY_LOCAL][0chr(0xA4);
  8. $this->currencyFormats[I18Nv2_CURRENCY_LOCAL][1= 2;
  9.  
  10. $this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][0'EUR';
  11. $this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][1= 2;
  12. $this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][4'-';
  13. $this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][5'';
  14. $this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][6= true;
  15. $this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][7= true;
  16. $this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][8= true;
  17. $this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][9= true;
  18.  
  19. ?>

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