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.3 2004/06/01 17:55:04 mike Exp $
  4. */
  5.  
  6. $this->_currencyFormats[I18Nv2_CURRENCY_LOCAL][0;
  7. $this->_currencyFormats[I18Nv2_CURRENCY_LOCAL][1= 2;
  8.  
  9. $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][0'EUR';
  10. $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][1= 2;
  11. $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][4'-';
  12. $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][5'';
  13. $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][6= true;
  14. $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][7= true;
  15. $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][8= true;
  16. $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][9= false;
  17.  
  18. ?>

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