TwistPHP Documentation

getCurrency

File path: dist/twist/Core/Utilities/Localisation.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

getCurrencyGet a single-dimensional array of currency information by its 3 Character ISO currency code.

Parameters

Name Type Description
$strCurrencyISOstringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strCurrencyISO 'foo';

//Call the function getCurrency with the example vars
Twist::Localisation() -> getCurrency($strCurrencyISO);