PHP NumberFormatter.format() shows strange output

前端 未结 0 1406
迷失自我
迷失自我 2021-02-19 23:17

I have the following code in a PHP function:

$fmt = NumberFormatter::create(\'de_DE\', NumberFormatter::FRACTION_DIGITS);
echo $fmt->format(15);
相关标签:
回答
  • 消灭零回复
提交回复
热议问题