Function __global->get_currency_map
Definitions
sources/currency.php
- Get the currency map.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The currency map, currency code, to an array of country codes
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the currency map.
*
* @return array The currency map, currency code, to an array of country codes
*/
function get_currency_map() : array
* Get the currency map.
*
* @return array The currency map, currency code, to an array of country codes
*/
function get_currency_map() : array

