number_format_i18n

最后更新于:2021-11-27 11:29:24

apply_filters( ‘number_format_i18n’, string $formatted, float $number, int $decimals )

Filters the number formatted based on the locale.

参数

$formatted

(string)
Converted number in string format.

$number

(float)
The number to convert based on locale.

$decimals

(int)
Precision of the number of decimal places.

源文件

文件: gc-includes/functions.php

View on Trac