Searched defs:currency (Results 1 – 4 of 4) sorted by relevance
33 public function formatCurrency(float $amount, string $currency): string|false {}41 public function parseCurrency(string $string, &$currency, &$offset = null): float|false {}
132 char* currency = NULL; in PHP_FUNCTION() local
126 UChar currency[5] = {0}; in PHP_FUNCTION() local
233 function numfmt_format_currency(NumberFormatter $formatter, float $amount, string $currency): strin…239 function numfmt_parse_currency(NumberFormatter $formatter, string $string, &$currency, &$offset = n…
Completed in 13 milliseconds