Из руководства PHP:
number_format -- Format a number with grouped thousands
Description
string number_format (float number [, int decimals [, string dec_point [, string thousands_sep]]])
// english notation without thousands seperator
$english_format_number = number_format($number, 2, '.', '');
// 1234.56
Так что сделать это достаточно просто. Почему леняться? Трудно сказать... :)
Последние 10: