<?php echo number_format($sayi,0)?> yaparsan 1;
<?php echo number_format($sayi,1)?> yaparsan 1,5;
<?php echo number_format($sayi,2)?> yaparsan 1,50;
<?php echo number_format($sayi,3)?> yaparsan 1,500 olur.