<?php echo number_format( 1234567890, 2 ); echo PHP_EOL; echo number_format( 1234567890, 2, '.', ',' );
You have javascript disabled. You will not be able to edit any code.