Currencies.php
Simple Machines Forum (SMF)
Tags
Table of Contents
Functions
- currencies() : array<string|int, mixed>
- Helper function for SMF\Localization\MessageFormatter::formatMessage.
- country_currencies() : array<string|int, mixed>
- Helper function for SMF\Localization\MessageFormatter::formatMessage.
Functions
currencies()
Helper function for SMF\Localization\MessageFormatter::formatMessage.
currencies() : array<string|int, mixed>
Rules compiled from: https://github.com/unicode-org/cldr-json/blob/main/cldr-json/cldr-core/supplemental/currencyData.json
Developers: Do not update the data in this function manually. Instead, run "php -f other/update_unicode_data.php" on the command line.
Return values
array<string|int, mixed> —Information about different currencies
country_currencies()
Helper function for SMF\Localization\MessageFormatter::formatMessage.
country_currencies() : array<string|int, mixed>
Rules compiled from: https://github.com/unicode-org/cldr-json/blob/main/cldr-json/cldr-core/supplemental/currencyData.json
Developers: Do not update the data in this function manually. Instead, run "php -f other/update_unicode_data.php" on the command line.
Return values
array<string|int, mixed> —Information about currencies used in different countries