Номер формата режима PHP с запятыми и десятичным
echo number_format($num, 4); // 123,456.7890
Shy Sheep
echo number_format($num, 4); // 123,456.7890