Odstranit mezery
$text_new = trim(preg_replace('/\s+/', '', $text));
$celkem = sprintf("%0.2f", $celkem); // 123 => 123.00, 125.4 => 125.40