Home
last modified time | relevance | path

Searched refs:parseCurrency (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/intl/doc/
H A Dformatter_api.php221 public function parseCurrency($string, &$currency, &$position) {} function in NumberFormatter
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c178 PHP_NAMED_FE( parseCurrency, ZEND_FN( numfmt_parse_currency ), number_parse_currency_arginfo )
/PHP-5.5/ext/intl/tests/
H A Dut_common.inc156 …return $GLOBALS['oo-mode'] ? $fmt->parseCurrency( $string, $currency ) : numfmt_parse_currency( $f…
158 …return $GLOBALS['oo-mode'] ? $fmt->parseCurrency( $string, $currency, $position ) : numfmt_parse_c…

Completed in 12 milliseconds