Documentation is available at EUR.php
<?php /** * $Id: EUR.php,v 1.3 2004/06/01 17:55:04 mike Exp $ */ $this->_currencyFormats[I18Nv2_CURRENCY_LOCAL][0] = ; $this->_currencyFormats[I18Nv2_CURRENCY_LOCAL][1] = 2; $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][0] = 'EUR'; $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][1] = 2; $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][4] = '-'; $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][5] = ''; $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][6] = true; $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][7] = true; $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][8] = true; $this->_currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][9] = false; ?>