| 3 |
|
|
| 4 |
The functions are: |
The functions are: |
| 5 |
|
|
| 6 |
function currency_api_exchange($currency_from, $currency_to, $amount = 1) |
function currency_api_convert($currency_from, $currency_to, $amount = 1) |
| 7 |
|
|
| 8 |
* This function converts two currencies using exchange rates from Yahoo Finance. |
* This function converts two currencies using exchange rates from Yahoo Finance. |
| 9 |
* The currency codes are standard ISO 3-letter codes, and you can find the details |
* The currency codes are standard ISO 3-letter codes, and you can find the details |