You don't have an account yet?
Become part of our PHP community and register now...
function ceil_decade($value) { return (10 * (ceil($value / 10))); }
Comment