Home
last modified time | relevance | path

Searched defs:currency (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/intl/formatter/
H A Dformatter_format.c132 char* currency = NULL; in PHP_FUNCTION() local
H A Dformatter_parse.c126 UChar currency[5] = {0}; in PHP_FUNCTION() local
H A Dformatter.stub.php424 public function formatCurrency(float $amount, string $currency): string|false {}
432 public function parseCurrency(string $string, &$currency, &$offset = null): float|false {}
/PHP-8.2/ext/intl/
H A Dphp_intl.stub.php398 function numfmt_format_currency(NumberFormatter $formatter, float $amount, string $currency): strin…
404 function numfmt_parse_currency(NumberFormatter $formatter, string $string, &$currency, &$offset = n…

Completed in 10 milliseconds