File path: dist/twist/Core/Utilities/Localisation.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
currencyConversionRate
— Get the conversion rate between two provided currency ISO codes.
Name | Description |
---|---|
$strFromISO | n/a |
$strToISO | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFromISO = 'foo';
$strToISO = 'foo';
//Call the function currencyConversionRate with the example vars
Twist::Localisation() -> currencyConversionRate($strFromISO, $strToISO);