<?php $amounts = array(0.001, 0.005, 5.20, 5.195, 5.204, 5); foreach ($amounts as $amount) { echo $amount , "->" , (int)number_format($amount, 2, '', '')."\n"; }
You have javascript disabled. You will not be able to edit any code.