importCurrency(&$currency) – Import a Currency.
Input:
Array (
[code] => USD
[format] => 1
[prefix] => $
[suffix] =>
)
Returns: NULL
Definition:
- [code] – ISO 4217 Currency Code
- [format] - Numerical format for currency (1 - 1,234.56; 2 - 1.234,56; 3 - 1 234.56; 4 - 1 234,56; 5 - 1,23,456.78; 6 - 1 234; 7 - 1.234; 8 - 1,234;).
- [prefix] – Prefix symbol.
- [suffix] – Suffix symbol.
Import Methods