tryphp_func_string_number_format.php:
"; echo number_format("1000000",2)."
"; echo number_format("1000000",2,",","."); ?>
1,000,000
1,000,000.00
1.000.000,00