File path: dist/twist/Core/Utilities/Localisation.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getOfficialCurrency
— Get the official currency of any given country by 2 character ISO country code.
Name | Description |
---|---|
$strCountryISO | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strCountryISO = 'foo';
//Call the function getOfficialCurrency with the example vars
Twist::Localisation() -> getOfficialCurrency($strCountryISO);