Home
last modified time | relevance | path

Searched refs:_php_math_number_format (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/standard/
H A Dphp_math.h25 PHPAPI char *_php_math_number_format(double, int, char , char);
H A Dmath.c1095 PHPAPI char *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) in _php_math_number_format() function
1221 RETURN_STRING(_php_math_number_format(num, 0, dec_point_chr, thousand_sep_chr), 0); in PHP_FUNCTION()
1224 RETURN_STRING(_php_math_number_format(num, dec, dec_point_chr, thousand_sep_chr), 0); in PHP_FUNCTION()
1241 RETURN_STRING(_php_math_number_format(num, dec, dec_point_chr, thousand_sep_chr), 0); in PHP_FUNCTION()

Completed in 10 milliseconds