mpdf output in browser code example
Example: mpdf output to browser
$foo = "105"; // String
// $foo = 105; // integer
$result = number_format((float)$foo, 2, '.', ''); // Outputs -> 105.00 -> float
$foo = "105"; // String
// $foo = 105; // integer
$result = number_format((float)$foo, 2, '.', ''); // Outputs -> 105.00 -> float