I have the following code in a PHP function:
$fmt = NumberFormatter::create(\'de_DE\', NumberFormatter::FRACTION_DIGITS); echo $fmt->format(15);