I have this code
I want to round two decimals to half up, I expect a value as 0.58... but
if you expect 0,58 you don't have to use a "half round" but the ceil function
$v = 0.575; echo ceil($v * 100) / 100; // show 0,58