$foo = "105"; // String // $foo = 105; // integer $result = number_format((float)$foo, 2, '.', ''); // Outputs -> 105.00 -> float