To round following Bank Negara Malaysia (BNM) rules.
$value = xx.xx; $roundedvalue = number_format(round($value*20,0)/20,2,'.','');
To round following Bank Negara Malaysia (BNM) rules.
$value = xx.xx; $roundedvalue = number_format(round($value*20,0)/20,2,'.','');