Greetings to the entire stack overflow community, could you help me with decimals rounding in PHP?
<?php
$bs = 10215251;
$formatbs = number_format($bs, 2, ',', '.');
$reconver = $bs / 1000;
$redondeo = round($reconver, 3,...
asked by
21.05.2018 / 21:49