/ Published in: PHP
Round to the nearest multiple.
Expand |
Embed | Plain Text
function round_multiple($num, $multiple) { }
You need to login to post a comment.
methnen on 09/18/08
3 people have marked this snippet as a favorite
elgermano
silentbob84
joethermal
Round to the nearest multiple.
function round_multiple($num, $multiple) { }
You need to login to post a comment.