/ Published in: PHP
Round to the nearest multiple.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function round_multiple($num, $multiple) { }