Форматування

$a = 1,234567;

number_format($a, 2);   // 1.23

round(-3.60);   // -4