Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/formatter/
H A Dformatter.stub.php32 public function formatCurrency(float $amount, string $currency) {}
40 public function parseCurrency(string $string, &$currency, &$offset = null) {}
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.0/ext/intl/
H A Dphp_intl.stub.php218 function numfmt_format_currency(NumberFormatter $formatter, float $amount, string $currency): strin…
224 function numfmt_parse_currency(NumberFormatter $formatter, string $string, &$currency, &$offset = n…

Completed in 14 milliseconds