0
Q:

mpdf output to browser

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

New to Communities?

Join the community