Answers for "round it up to nearest tens php"

PHP
0

php round to the nearest 10

$number = ceil($input / 10) * 10;
Posted by: Guest on July-21-2021

Code answers related to "round it up to nearest tens php"

Browse Popular Code Answers by Language