Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/formatter/
H A Dformatter.stub.php33 public function formatCurrency(float $amount, string $currency): string|false {}
41 public function parseCurrency(string $string, &$currency, &$offset = null): float|false {}
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
/PHP-8.1/ext/intl/
H A Dphp_intl.stub.php233 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 12 milliseconds