php float precision

98

php float 2 decimais -

$foo = "105";
echo number_format((float)$foo, 2, '.', '');

Comments

Submit
0 Comments