2 ondalık bir PHP dize yuvarlamak için doğru yolu nedir?
$number = "520"; // It's a string from a DB $formatted_number = round_to_2dp($number); echo $formatted_number;
çıkışı "520,00" dir;
round_to_2dp Ne benziyor?
round_to_2dp