File path: dist/twist/Core/Utilities/Localisation.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getCurrency
— Get a single-dimensional array of currency information by its 3 Character ISO currency code.
Name | Description |
---|---|
$strCurrencyISO | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strCurrencyISO = 'foo';
//Call the function getCurrency with the example vars
Twist::Localisation() -> getCurrency($strCurrencyISO);